Skip to content

Commit ebb4c02

Browse files
build(deps): bump redis from 5.2.0 to 5.2.1 in /client
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]>
1 parent 04ec2ab commit ebb4c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ flask==3.1.0;python_version>="3.8"
33
python-dotenv==0.21.1;python_version<"3.8"
44
python-dotenv==1.0.1;python_version>="3.8"
55
rq==2.0.0
6-
redis==5.2.0
6+
redis==5.2.1
77
jsonschema==4.17.3;python_version<"3.8"
88
jsonschema==4.23.0;python_version>="3.8"
99
Werkzeug==2.2.3;python_version<"3.8"

0 commit comments

Comments
 (0)