Skip to content

Commit

Permalink
Bump djangorestframework from 3.8.2 to 3.11.2
Browse files Browse the repository at this point in the history
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.8.2...3.11.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2021
1 parent 213acd4 commit 787b36e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet = "==3.0.4"
idna = "==2.7"
python-decouple = "==3.1"
"urllib3" = "==1.23"
djangorestframework = "==3.8.2"
djangorestframework = "==3.11.2"
pytz = "==2018.5"
Django = "==2.1.1"

Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-i https://pypi.org/simple/
certifi==2018.4.16
chardet==3.0.4
Django==2.1.1
djangorestframework==3.8.2
django==2.1.1
djangorestframework==3.11.2
idna==2.7
python-decouple==3.1
pytz==2018.5
Expand Down

0 comments on commit 787b36e

Please sign in to comment.