Bump redis from 3.5.3 to 4.0.1
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.1. - [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/3.5.3...v4.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
678bc43d3f
commit
f2783addc3
2 changed files with 30 additions and 9 deletions
|
@ -23,7 +23,7 @@ include=[
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
redis = "^3.5.3"
|
||||
redis = ">=3.5.3,<5.0.0"
|
||||
aioredis = "^2.0.0"
|
||||
pydantic = "^1.8.2"
|
||||
click = "^8.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue