Skip to content

Commit 6592398

Browse files
Merge pull request #45 from seapagan/dependabot/pip/main/redis-5.0.4
2 parents a3f106d + e4ba8b4 commit 6592398

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
[tool.poetry.dependencies]
2525
python = "^3.9"
2626
pydantic = "^2.7.0"
27-
redis = "^5.0.3"
27+
redis = "^5.0.4"
2828
fastapi = { extras = ["all"], version = "^0.110.2" }
2929

3030
[tool.poetry.group.dev.dependencies]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0
7070
python-dotenv==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
7171
python-multipart==0.0.9 ; python_version >= "3.9" and python_version < "4.0"
7272
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
73-
redis==5.0.3 ; python_version >= "3.9" and python_version < "4.0"
73+
redis==5.0.4 ; python_version >= "3.9" and python_version < "4.0"
7474
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
7575
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
7676
rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pydantic==2.7.0 ; python_version >= "3.9" and python_version < "4.0"
2424
python-dotenv==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
2525
python-multipart==0.0.9 ; python_version >= "3.9" and python_version < "4.0"
2626
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
27-
redis==5.0.3 ; python_version >= "3.9" and python_version < "4.0"
27+
redis==5.0.4 ; python_version >= "3.9" and python_version < "4.0"
2828
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
2929
starlette==0.37.2 ; python_version >= "3.9" and python_version < "4.0"
3030
typing-extensions==4.10.0 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)