Skip to content

Commit

Permalink
Bump redis from 5.2.0 to 5.2.1 in /backend
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 razzeee committed Dec 9, 2024
1 parent f645ef7 commit 1312270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uvicorn = "^0.32.1"
sentry-sdk = "^2.19.2"
lxml = "^5.2.2"
requests = "^2.32.3"
redis = "^5.2.0"
redis = "^5.2.1"
feedgen = "^1.0.0"
PyGObject = "^3.50.0"
FastAPI-SQLAlchemy = "^0.2.1"
Expand Down

0 comments on commit 1312270

Please sign in to comment.