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.24
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.24.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.0.2...2.2.24)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2021
1 parent 2a26022 commit b78c554
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 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.25
djangorestframework>=3.7.7,<4.0
djangorestframework-jwt>=1.11,<2
13 changes: 10 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
django==2.0.2
django==2.2.24
# via -r requirements.in
djangorestframework-jwt==1.11.0
# via -r requirements.in
djangorestframework==3.7.7
pyjwt==1.5.3 # via djangorestframework-jwt
pytz==2018.3 # via django
# via -r requirements.in
pyjwt==1.5.3
# via djangorestframework-jwt
pytz==2018.3
# via django
sqlparse==0.4.1
# via django

0 comments on commit b78c554

Please sign in to comment.