Skip to content

Commit 77b18ff

Browse files
chore(deps): bump redis from 5.2.1 to 6.1.0
Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 6.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@v5.2.1...v6.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9ff0d6 commit 77b18ff

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
@@ -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,<6.0", optional = true }
53+
redis = { version = ">=4.4,<7.0", optional = true }
5454
aws-encryption-sdk = { version = ">=3.1.1,<5.0.0", optional = true }
5555
jsonpath-ng = { version = "^1.6.0", optional = true }
5656
datadog-lambda = { version = "^6.106.0", optional = true }

0 commit comments

Comments
 (0)