Skip to content

Commit 1dca1b8

Browse files
chore(deps): bump redis from 7.4.0 to 8.0.1
Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.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@v7.4.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b58376c commit 1dca1b8

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

poetry.lock

Lines changed: 7 additions & 6 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
@@ -50,7 +50,7 @@ fastjsonschema = { version = "^2.14.5", optional = true }
5050
pydantic = { version = "^2.4.0", optional = true }
5151
pydantic-settings = {version = "^2.6.1", optional = true}
5252
boto3 = { version = "^1.34.32", optional = true }
53-
redis = { version = ">=4.4,<8.0", optional = true }
53+
redis = { version = ">=4.4,<9.0", optional = true }
5454
valkey-glide = { version = ">=1.3.5,<3.0", optional = true }
5555
aws-encryption-sdk = { version = ">=3.3.1,!=4.0.0,!=4.0.1,!=4.0.2,!=4.0.3,!=4.0.4,<5.0.0", optional = true }
5656
jsonpath-ng = { version = "^1.6.0", optional = true }

0 commit comments

Comments
 (0)