Skip to content

Commit 851fb1f

Browse files
chore(deps): bump redis from 6.4.0 to 7.0.1 (#7687)
Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.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@v6.4.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena <lcdama@amazon.pt>
1 parent c19d80c commit 851fb1f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 5 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
@@ -51,7 +51,7 @@ fastjsonschema = { version = "^2.14.5", optional = true }
5151
pydantic = { version = "^2.4.0", optional = true }
5252
pydantic-settings = {version = "^2.6.1", optional = true}
5353
boto3 = { version = "^1.34.32", optional = true }
54-
redis = { version = ">=4.4,<7.0", optional = true }
54+
redis = { version = ">=4.4,<8.0", optional = true }
5555
valkey-glide = { version = ">=1.3.5,<3.0", optional = true, python = "<3.14" }
5656
aws-encryption-sdk = { version = ">=3.1.1,<5.0.0", optional = true }
5757
jsonpath-ng = { version = "^1.6.0", optional = true }

0 commit comments

Comments
 (0)