Skip to content

Commit

Permalink
fix(deps): bump django from 3.2.24 to 3.2.25 (#1856)
Browse files Browse the repository at this point in the history
* fix(deps): bump django from 3.2.24 to 3.2.25

Bumps [django](https://github.com/django/django) from 3.2.24 to 3.2.25.
- [Commits](django/django@3.2.24...3.2.25)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Also upgrade Django in aimmo runner

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: faucomte97 <f.aucomte@hotmail.co.uk>
  • Loading branch information
dependabot[bot] and faucomte97 committed Mar 19, 2024
1 parent 246d9d6 commit 3decf52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.24",
"django==3.2.25",
"django-forms-bootstrap",
"django-js-reverse",
"docker<6",
Expand Down
6 changes: 3 additions & 3 deletions game_frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6965,9 +6965,9 @@ flush-write-stream@^1.0.0:
readable-stream "^2.3.6"

follow-redirects@^1.0.0:
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

for-each@^0.3.3:
version "0.3.3"
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.24",
"django==3.2.25",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
Expand Down

0 comments on commit 3decf52

Please sign in to comment.