Skip to content

Commit fc45ed8

Browse files
build(deps): bump redis from 5.2.0 to 5.2.1 in /server
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] <support@github.com>
1 parent 04ec2ab commit fc45ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rq==2.0.0
22
click==8.1.7
3-
redis==5.2.0
3+
redis==5.2.1
44
pyyaml==6.0.1;python_version<"3.8"
55
pyyaml==6.0.2;python_version>="3.8"
66
jsonschema==4.17.3;python_version<"3.8"

0 commit comments

Comments
 (0)