Skip to content

Commit

Permalink
Merge pull request #130 from c3g/django-patch
Browse files Browse the repository at this point in the history
Update Django to 2.2.13
  • Loading branch information
davidlougheed committed Jun 4, 2020
2 parents e84fbb2 + 0a91418 commit b6ce8e3
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 @@ -9,7 +9,7 @@ colorama==0.4.3
coreapi==2.3.3
coreschema==0.0.4
coverage==5.1
Django==2.2.12
Django==2.2.13
django-filter==2.2.0
django-nose==1.4.6
django-rest-swagger==2.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
python_requires=">=3.6",
install_requires=[
"chord_lib[django]==0.9.0",
"Django>=2.2.12,<3.0",
"Django>=2.2.13,<3.0",
"django-filter>=2.2,<3.0",
"django-nose>=1.4,<2.0",
"djangorestframework>=3.11,<3.12",
Expand Down

0 comments on commit b6ce8e3

Please sign in to comment.