Bump types-redis from 3.5.16 to 4.1.3

Bumps [types-redis](https://github.com/python/typeshed) from 3.5.16 to 4.1.3.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-05 20:37:26 +00:00 committed by GitHub
parent 2628580288
commit b0c967fca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -1113,7 +1113,7 @@ python-versions = "*"
[[package]]
name = "types-redis"
version = "3.5.16"
version = "4.1.3"
description = "Typing stubs for redis"
category = "main"
optional = false
@ -1215,7 +1215,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "fcc4b8c0b29481e55490f038ca2472282dcd5282e65c74b61e3bf87bbd243f29"
content-hash = "fb0f3083bd92592eb63225698886011c065ffa553799eab2c906196dc4bf8237"
[metadata.files]
aioredis = [
@ -1869,8 +1869,8 @@ typed-ast = [
{file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"},
]
types-redis = [
{file = "types-redis-3.5.16.tar.gz", hash = "sha256:b81d01c68e185605e8db6ab21b6c1cd15272f5542c1d6a6c484eb7d6c338c559"},
{file = "types_redis-3.5.16-py3-none-any.whl", hash = "sha256:1b5809a5e93142d338b1ab6c200040384be904c9c9f1aa239d71d703ce282f04"},
{file = "types-redis-4.1.3.tar.gz", hash = "sha256:4a9f046d895a6b4cae00449d4b75b5960cd88a41d2b08d7ea541b4682fd5e948"},
{file = "types_redis-4.1.3-py3-none-any.whl", hash = "sha256:1603c372188fb5ad10aee3da96ec2b68fabb43949be18569cc8e3d83786a8dc9"},
]
types-six = [
{file = "types-six-1.16.7.tar.gz", hash = "sha256:eae01f3fe99f9a6653a03685cf685fcda281271f643da61b7669d82fb8b80060"},

View file

@ -29,7 +29,7 @@ pydantic = "^1.8.2"
click = "^8.0.1"
six = "^1.16.0"
pptree = "^3.1"
types-redis = "^3.5.9"
types-redis = ">=3.5.9,<5.0.0"
types-six = "^1.16.1"
python-ulid = "^1.0.3"
python-dotenv = "^0.19.1"