Skip to content

Commit

Permalink
chore(deps-dev): bump redis from 5.1.1 to 5.2.0
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 6c5b67b commit 56cb1dc
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 @@ -18,7 +18,7 @@ pydantic-settings = "^2.6.0"
[tool.poetry.group.bot.dependencies]
aiogram = "^3.13.1"
asyncpg = "^0.30.0"
redis = "^5.1.1"
redis = "^5.2.0"
loguru = "^0.7.2"
sentry-sdk = {extras = ["loguru"], version = "^2.17.0"}
aiohttp = {extras = ["speedups"], version = "^3.10.10"}
Expand Down

0 comments on commit 56cb1dc

Please sign in to comment.