Skip to content

Commit fb4c234

Browse files
Bump redis from 4.3.4 to 4.4.4
Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v4.3.4...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d77c3b commit fb4c234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Django==2.2.28
33
factory-boy==2.8.1
44
fakeredis==1.8.1
55
mock==4.0.3
6-
redis==4.3.4
6+
redis==4.4.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(fname):
2626
classifiers=[
2727
"Topic :: Utilities",
2828
],
29-
install_requires=["Django==2.2.28", "redis==4.3.4"],
29+
install_requires=["Django==2.2.28", "redis==4.4.4"],
3030
include_package_data=True,
3131
zip_safe=False,
3232
)

0 commit comments

Comments
 (0)