Skip to content

Commit b2beb60

Browse files
chore(deps): bump redis from 3.5.3 to 7.0.1
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 7.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@3.5.3...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6919319 commit b2beb60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/requirements.host.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
ansible-core==2.18.3
44
getmac==0.9.5
55
netifaces2==0.0.22
6-
redis==4.3.4
6+
redis==7.1.0
77
requests[security]==2.32.3
88
tenacity==9.1.2

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-dateutil==2.9.0.post0
2828
pytz==2025.2
2929
PyYAML==6.0.2
3030
pyzmq==23.2.1
31-
redis==3.5.3
31+
redis==7.1.0
3232
requests[security]==2.32.3
3333
tenacity==9.1.2
3434
sh==1.8

requirements/requirements.viewer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python-dateutil==2.9.0.post0
1818
python-vlc==3.0.20123
1919
pytz==2025.2
2020
pyzmq==23.2.1
21-
redis==3.5.3
21+
redis==7.1.0
2222
requests[security]==2.32.3
2323
tenacity==9.1.2
2424
sh==1.8

requirements/requirements.wifi-connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Cython==3.2.3
22
future==1.0.0
33
netifaces==0.11.0
44
pyzmq==23.2.1
5-
redis==3.5.3
5+
redis==7.1.0

0 commit comments

Comments
 (0)