Skip to content

Commit bb684e2

Browse files
chore(deps): bump redis from 5.1.1 to 6.2.0 (#346)
Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 6.2.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.1.1...v6.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.2.0 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>
1 parent 3a32b1b commit bb684e2

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

poetry.lock

Lines changed: 8 additions & 7 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 = "~5.1.0", optional = true, extras = ["hiredis"] }
46+
redis = { version = "~6.2.0", optional = true, extras = ["hiredis"] }
4747
Pillow = { version = ">=9.3,<11", 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)