Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: Upgrade Django to 3.2.23 again (CI/CD measuring) (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Nov 22, 2023
1 parent f08eed8 commit df8816b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.22",
"django==3.2.23",
"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.22",
"django==3.2.23",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
Expand Down

0 comments on commit df8816b

Please sign in to comment.