Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 11, 2020
1 parent 2a26022 commit 4061905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django>=2.0.2,<2.0.3
django>=2.0.2,<2.2.11
djangorestframework>=3.7.7,<4.0
djangorestframework-jwt>=1.11,<2
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
django==2.0.2
django==2.2.10
djangorestframework-jwt==1.11.0
djangorestframework==3.7.7
pyjwt==1.5.3 # via djangorestframework-jwt
pytz==2018.3 # via django
sqlparse==0.3.0 # via django

0 comments on commit 4061905

Please sign in to comment.