Skip to content

Commit

Permalink
Chore(deps): Bump redis from 5.0.8 to 5.1.0 (#895)
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: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 Sep 30, 2024
1 parent b37d00d commit 1bc781d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.2"
psycopg-binary = "^3.2.2"
django-debug-toolbar = "^4.4.6"
redis = {extras = ["hiredis"], version = "^5.0.8"}
redis = {extras = ["hiredis"], version = "^5.1.0"}

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

0 comments on commit 1bc781d

Please sign in to comment.