Skip to content

Commit

Permalink
Bump redis from 4.3.4 to 4.4.4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2023
1 parent af65bad commit 520a9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Django==2.2.28
factory-boy==2.8.1
fakeredis==1.8.1
mock==4.0.3
redis==4.3.4
redis==4.4.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
classifiers=[
"Topic :: Utilities",
],
install_requires=["Django>=2.2.28", "redis==4.3.4"],
install_requires=["Django>=2.2.28", "redis==4.4.4"],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 520a9ca

Please sign in to comment.