Bump redis from 4.5.3 to 4.5.4

Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-31 14:30:44 +00:00
committed by GitHub
parent 8a230edce2
commit f8aff3451a
2 changed files with 21 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.17.0"
redis = {extras = ["hiredis"], version = "^4.5.3"}
redis = {extras = ["hiredis"], version = "^4.5.4"}
ormsgpack = "^1.2.5"
[tool.poetry.dev-dependencies]