Skip to content

Commit 4a35904

Browse files
chore(deps): bump redis from 7.4.0 to 8.0.1
Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.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@v7.4.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd34ee9 commit 4a35904

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"requests==2.33.1",
1919
"Flask==3.1.3",
2020
"Werkzeug==3.1.8",
21-
"redis==7.4.0",
21+
"redis==8.0.1",
2222
"python-dotenv==1.2.2",
2323
"apiflask==3.1.0",
2424
"roc-validator==0.10.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ rdflib[html]==7.6.0
185185
# owlrl
186186
# pyshacl
187187
# roc-validator
188-
redis==7.4.0
188+
redis==8.0.1
189189
# via ro-crate-validation-service (pyproject.toml)
190190
requests==2.33.1
191191
# via

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ rdflib[html]==7.1.4
145145
# owlrl
146146
# pyshacl
147147
# roc-validator
148-
redis==7.4.0
148+
redis==8.0.1
149149
# via ro-crate-validation-service (pyproject.toml)
150150
requests==2.33.1
151151
# via

0 commit comments

Comments
 (0)