Skip to content

Commit

Permalink
Chore(deps): Bump redis from 5.1.1 to 5.2.0 (#987)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.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...v5.2.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  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 Oct 25, 2024
1 parent fddb9a2 commit 1370020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -23,7 +23,7 @@ django-waffle = "^4.1.0"
psycopg = "^3.2.3"
psycopg-binary = "^3.2.3"
django-debug-toolbar = "^4.4.6"
redis = {extras = ["hiredis"], version = "^5.1.1"}
redis = {extras = ["hiredis"], version = "^5.2.0"}
notifications-python-client = "^10.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 1370020

Please sign in to comment.