Skip to content

Commit

Permalink
build(deps): bump redis from 5.0.8 to 5.1.0 in /server
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.1.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.0.8...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 7104dd7 commit f1b9b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rq==1.16.2
click==8.1.7
redis==5.0.8
redis==5.1.0
pyyaml==6.0.1;python_version<"3.8"
pyyaml==6.0.2;python_version>="3.8"
jsonschema==4.17.3;python_version<"3.8"
Expand Down

0 comments on commit f1b9b6e

Please sign in to comment.