diff --git a/poetry.lock b/poetry.lock index 7144a70..9f13b44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1116,7 +1116,7 @@ python-versions = "*" [[package]] name = "types-redis" -version = "3.5.16" +version = "4.1.3" description = "Typing stubs for redis" category = "main" optional = false @@ -1218,7 +1218,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 = [ @@ -1872,8 +1872,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"}, diff --git a/pyproject.toml b/pyproject.toml index 3cd086d..6ef5c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"