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

Commit fe6dfe7

Browse files
authored
fix: Revert to Django 3.2.22 (CI/CD measuring) (#1833)
* fix: Revert to Django 3.2.22 (CI/CD measuring) * Update lockfile
1 parent afcf4ef commit fe6dfe7

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

Pipfile.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.23",
9+
"django==3.2.22",
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.23",
26+
"django==3.2.22",
2727
"django-csp==3.7",
2828
"django-js-reverse==0.9.1",
2929
"djangorestframework==3.13.1",

0 commit comments

Comments
 (0)