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

Commit df8816b

Browse files
authored
fix: Upgrade Django to 3.2.23 again (CI/CD measuring) (#1837)
1 parent f08eed8 commit df8816b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aimmo_runner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages=find_packages(),
77
include_package_data=True,
88
install_requires=[
9-
"django==3.2.22",
9+
"django==3.2.23",
1010
"django-forms-bootstrap",
1111
"django-js-reverse",
1212
"docker<6",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
include_package_data=True,
2424
install_requires=[
2525
"cfl-common",
26-
"django==3.2.22",
26+
"django==3.2.23",
2727
"django-csp==3.7",
2828
"django-js-reverse==0.9.1",
2929
"djangorestframework==3.13.1",

0 commit comments

Comments
 (0)