Skip to content

Commit 4cace0a

Browse files
chore(deps): bump redis from 5.2.1 to 6.2.0
Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 6.2.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.2.1...v6.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7976bd8 commit 4cace0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
22
Pillow==11.2.1 # https://github.com/python-pillow/Pillow
33
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
4-
redis==5.2.1 # https://github.com/redis/redis-py
4+
redis==6.2.0 # https://github.com/redis/redis-py
55
hiredis==3.1.0 # https://github.com/redis/hiredis-py
66

77
# Django

0 commit comments

Comments
 (0)