Skip to content

Commit

Permalink
fix: Upgrade Django to 2.2.26 and Django Rest Framework (#1602)
Browse files Browse the repository at this point in the history
* fix: Upgrade Django and Django Rest Framework
  • Loading branch information
faucomte97 committed Jan 14, 2022
1 parent 791a567 commit 2e65fea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aimmo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires=[
"eventlet",
"requests",
"djangorestframework>=3.8.2, < 3.9.0",
"djangorestframework==3.12.2",
],
tests_require=[],
test_suite="test_utils.test_suite.DjangoAutoTestSuite",
Expand Down
2 changes: 1 addition & 1 deletion aimmo_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"django >= 1.8.3, < 1.9.0",
"django==2.2.26",
"django-autoconfig >= 0.3.6, < 1.0.0",
"django-forms-bootstrap",
"django-js-reverse",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
package_dir={"aimmo": "aimmo"},
include_package_data=True,
install_requires=[
"django==2.2.25",
"django==2.2.26",
"django-js-reverse==0.9.1",
"djangorestframework==3.12.2",
"eventlet==0.31.0",
Expand Down

0 comments on commit 2e65fea

Please sign in to comment.