Skip to content

Commit 5f750da

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump django-redis from 5.4.0 to 6.0.0
Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](jazzband/django-redis@5.4.0...6.0.0) --- updated-dependencies: - dependency-name: django-redis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 291bd7f commit 5f750da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ uritemplate==4.2.0 # For OpenAPI schema
2222

2323
python-dateutil==2.9.0.post0
2424
django-filter==25.1 # Listed in DEFAULT_FILTER_BACKENDS on settings.py
25-
django-redis==5.4.0 # Listed in CACHES on settings.py
25+
django-redis==6.0.0 # Listed in CACHES on settings.py
2626

2727
taskcluster==84.2.0 # import taskcluster
2828
python-jose[pycryptodome]==3.5.0 # from jose import jwt

requirements/common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ django-filter==25.1 \
404404
--hash=sha256:1ec9eef48fa8da1c0ac9b411744b16c3f4c31176c867886e4c48da369c407153 \
405405
--hash=sha256:4fa48677cf5857b9b1347fed23e355ea792464e0fe07244d1fdfb8a806215b80
406406
# via -r requirements/common.in
407-
django-redis==5.4.0 \
408-
--hash=sha256:6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 \
409-
--hash=sha256:ebc88df7da810732e2af9987f7f426c96204bf89319df4c6da6ca9a2942edd5b
407+
django-redis==6.0.0 \
408+
--hash=sha256:20bf0063a8abee567eb5f77f375143c32810c8700c0674ced34737f8de4e36c0 \
409+
--hash=sha256:2d9cb12a20424a4c4dde082c6122f486628bae2d9c2bee4c0126a4de7fda00dd
410410
# via -r requirements/common.in
411411
djangorestframework==3.16.0 \
412412
--hash=sha256:bea7e9f6b96a8584c5224bfb2e4348dfb3f8b5e34edbecb98da258e892089361 \

0 commit comments

Comments
 (0)