Skip to content

Commit a0499dc

Browse files
Bump redis from 6.4.0 to 7.1.0
Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.1.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.4.0...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfb59a6 commit a0499dc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 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
@@ -12,7 +12,7 @@ repository = "https://github.com/sabuhish/fastapi-mail"
1212
python = "^3.10.0"
1313
starlette = ">=0.24,<1.0" # caret behaviour on 0.x is to lock to 0.x.*
1414
pydantic-settings = "^2.6.1"
15-
redis = "^6.4.0"
15+
redis = ">=6.4,<8.0"
1616
cryptography = "^46.0.3"
1717
httpx = "^0.28.1"
1818
typing-extensions = "^4.15.0"

0 commit comments

Comments
 (0)