Skip to content

Commit

Permalink
Bump djangorestframework to >= 3.8.2, <= 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 29, 2020
1 parent 30279d4 commit a0f15e5
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 @@ -4,5 +4,5 @@ requests>=2.13.0
Markdown>=3.2.2
MarkupSafe>=1.1.1
jsonfield>=3.1.0
djangorestframework>=3.8.2
djangorestframework>=3.8.2,<=3.12.1
urllib3>=1.25.9
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_requires =
requests >= 2.13.0
Markdown >= 2.6.11
MarkupSafe >= 1.1.1
djangorestframework >= 3.8.2
djangorestframework >= 3.8.2, <= 3.12.1
jsonfield >= 2.0.2
urllib3 >= 1.25

Expand Down

0 comments on commit a0f15e5

Please sign in to comment.