Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 5a30eb2

Browse files
deps: bump redis from 4.6.0 to 5.0.4 (#860)
Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v4.6.0...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 583c127 commit 5a30eb2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -27,7 +27,7 @@ Changelog = "https://github.com/andrewthetechie/pydantic-aioredis/releases"
2727
[tool.poetry.dependencies]
2828
python = "^3.8"
2929
pydantic = "^1.10.2"
30-
redis = "^4.4.4"
30+
redis = ">=4.4.4,<6.0.0"
3131
anyio = ">=3.6.2,<5.0.0"
3232
nest-asyncio = "^1.5.6"
3333
fastapi = {version = ">=0.110", optional = true}

0 commit comments

Comments
 (0)