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

Commit 3decf52

Browse files
fix(deps): bump django from 3.2.24 to 3.2.25 (#1856)
* 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] <[email protected]> * Also upgrade Django in aimmo runner --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: faucomte97 <[email protected]>
1 parent 246d9d6 commit 3decf52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.24",
9+
"django==3.2.25",
1010
"django-forms-bootstrap",
1111
"django-js-reverse",
1212
"docker<6",

game_frontend/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6965,9 +6965,9 @@ flush-write-stream@^1.0.0:
69656965
readable-stream "^2.3.6"
69666966

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

69726972
for-each@^0.3.3:
69736973
version "0.3.3"

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

0 commit comments

Comments
 (0)