Bump redis from 4.5.1 to 4.5.4

Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 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.1...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:28:15 +00:00
committed by GitHub
parent 04533ab759
commit 767165af55
2 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ orjson = "^3.8.8"
sentry-sdk = "^1.17.0"
ormar = {extras = ["postgresql"], version = "^0.12.1"}
pydantic = "^1.10.4"
redis = {version = "4.5.1", extras = ["hiredis"]}
redis = {version = "4.5.4", extras = ["hiredis"]}
msgpack = "^1.0.5"
[tool.poetry.group.dev.dependencies]