Skip to content

Commit 70b5e98

Browse files
chore(deps): bump redis from 6.2.0 to 6.4.0
Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 6.4.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.2.0...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0770df5 commit 70b5e98

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 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
@@ -43,7 +43,7 @@ line_length = 88
4343

4444
[tool.poetry.dependencies]
4545
python = ">=3.9,<4.0"
46-
redis = { version = "~6.2.0", optional = true, extras = ["hiredis"] }
46+
redis = { version = "~6.4.0", optional = true, extras = ["hiredis"] }
4747
Pillow = { version = ">=9.3,<12", optional = true }
4848
tritonclient = {extras = ["grpc"], version = ">2.0.0,<3.0.0", optional = true}
4949
opencv-python-headless = {version = ">4.0.0,<5.0.0", optional = true}

0 commit comments

Comments
 (0)