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

Commit cd24047

Browse files
Bump redis from 4.5.1 to 4.5.2
Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b2a0e80 commit cd24047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
setup_requires=setup_requires,
2626
tests_require=[
2727
"pytest==7.2.2",
28-
"redis==4.5.1",
28+
"redis==4.5.2",
2929
"mockredispy==2.9.3",
3030
"mongomock==4.1.2",
3131
]

0 commit comments

Comments
 (0)