Skip to content

Commit

Permalink
build(deps): Bump redis from 5.2.0 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and aparcar committed Dec 10, 2024
1 parent 2fb4dd2 commit 624c5a6
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 @@ -11,7 +11,7 @@ fastapi = { extras = ["standard"], version = "^0.115.5" }
pynacl = "^1.5.0"
requests = "^2.32.3"
podman = "^5.1.0"
redis = "^5.2.0"
redis = "^5.2.1"
pydantic-settings = "^2.6.1"
rq = "^2.0.0"
uvicorn = "^0.32.1"
Expand Down

0 comments on commit 624c5a6

Please sign in to comment.