Skip to content

Commit

Permalink
Bump djangorestframework to version 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Sep 6, 2022
1 parent 9e32e03 commit 971a8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ idna>=2.5,<2.11
requests>=2.13.0
Markdown>=3.2.2
MarkupSafe>=1.1.1
djangorestframework<3.12.0,>=3.8.0
djangorestframework<=3.12.0,>=3.8.0
urllib3>=1.25.9
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
requests >= 2.13.0
Markdown >= 2.6.11
MarkupSafe >= 1.1.1
djangorestframework < 3.12.0, >= 3.8.0
djangorestframework <= 3.12.0, >= 3.8.0
urllib3 >= 1.25

[options.packages.find]
Expand Down

0 comments on commit 971a8d5

Please sign in to comment.