Skip to content

Commit

Permalink
fix: Revert to Django 3.2.22 (CI/CD measuring) (#1833)
Browse files Browse the repository at this point in the history
* fix: Revert to Django 3.2.22 (CI/CD measuring)

* Update lockfile
  • Loading branch information
faucomte97 committed Nov 21, 2023
1 parent afcf4ef commit fe6dfe7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 deletions Pipfile.lock

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

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==3.2.23",
"django==3.2.22",
"django-forms-bootstrap",
"django-js-reverse",
"docker<6",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
include_package_data=True,
install_requires=[
"cfl-common",
"django==3.2.23",
"django==3.2.22",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
Expand Down

0 comments on commit fe6dfe7

Please sign in to comment.