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

Commit 12b69cd

Browse files
fix(deps): bump django from 3.2.23 to 3.2.24 (#1851)
* fix(deps): bump django from 3.2.23 to 3.2.24 Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24. - [Commits](django/django@3.2.23...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update Django in aimmo runner too Co-Authored-By: faucomte97 <[email protected]>
1 parent daeff93 commit 12b69cd

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

0 commit comments

Comments
 (0)