Skip to content

Commit

Permalink
build(deps-dev): bump redis from 5.0.8 to 5.1.0 (#224)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.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.0.8...v5.1.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent d109d0d commit f4797f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hiredis = "^3.0.0"
sentry-sdk = "^2.14.0"
opencv-python = "^4.10"
psycopg = {extras = ["c", "pool"], version = "^3.2"}
redis = "^5.0"
redis = "^5.1"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand Down

0 comments on commit f4797f1

Please sign in to comment.