Skip to content

Commit

Permalink
fix(deps): bump django from 3.2.23 to 3.2.24 (#1851)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Update Django in aimmo runner too

Co-Authored-By: faucomte97 <f.aucomte@hotmail.co.uk>
  • Loading branch information
dependabot[bot] and faucomte97 committed Feb 8, 2024
1 parent daeff93 commit 12b69cd
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.23",
"django==3.2.24",
"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.24",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
Expand Down

0 comments on commit 12b69cd

Please sign in to comment.