Skip to content

Commit 72c119c

Browse files
authored
Merge pull request #159 from eScienceLab/dependabot/pip/redis-8.0.0
chore(deps): bump redis from 7.4.0 to 8.0.1
2 parents cd34ee9 + 4a35904 commit 72c119c

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)