Skip to content

Commit

Permalink
Bump django from 2.2.8 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 2.2.8 to 3.0.1.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.2.8...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 19, 2019
1 parent df52c82 commit 011bc96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp
coveralls
django<3.0
django<4.0
httpx
pytest
pytest-aiohttp
Expand Down
7 changes: 3 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
# pip-compile test-requirements.in
#
aiohttp==3.6.2
asgiref==3.2.3 # via django
async-timeout==3.0.1 # via aiohttp
attrs==19.3.0 # via aiohttp, pytest
certifi==2019.11.28 # via httpx, requests
chardet==3.0.4 # via aiohttp, httpx, requests
click==7.0 # via uvicorn
coverage==4.5.4 # via coveralls, pytest-cov
coveralls==1.9.2
django==2.2.8
django==3.0.1
docopt==0.6.2 # via coveralls
entrypoints==0.3 # via flake8
flake8==3.7.9 # via pytest-flake8
Expand All @@ -24,9 +25,8 @@ httptools==0.0.13 # via uvicorn
httpx==0.9.3
hyperframe==5.2.0 # via h2
idna==2.8 # via httpx, requests, yarl
importlib-metadata==1.2.0 # via pluggy, pytest
mccabe==0.6.1 # via flake8
more-itertools==8.0.2 # via pytest, zipp
more-itertools==8.0.2 # via pytest
multidict==4.6.1 # via aiohttp, yarl
mypy-extensions==0.4.3 # via mypy
mypy==0.750 # via pytest-mypy
Expand Down Expand Up @@ -60,4 +60,3 @@ uvloop==0.14.0 # via uvicorn
wcwidth==0.1.7 # via pytest
websockets==8.1 # via uvicorn
yarl==1.4.2 # via aiohttp
zipp==0.6.0 # via importlib-metadata

0 comments on commit 011bc96

Please sign in to comment.