Skip to content

Commit

Permalink
build(deps): bump redis from 5.2.0 to 5.2.1 in /client (#579)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.2.1.
- [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.0...v5.2.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent a3b344d commit f88992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flask==3.1.0;python_version>="3.8"
python-dotenv==0.21.1;python_version<"3.8"
python-dotenv==1.0.1;python_version>="3.8"
rq==2.1.0
redis==5.2.0
redis==5.2.1
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.23.0;python_version>="3.8"
Werkzeug==2.2.3;python_version<"3.8"
Expand Down

0 comments on commit f88992b

Please sign in to comment.