diff --git a/poetry.lock b/poetry.lock index d82e06c..282db88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1270,13 +1270,13 @@ types-cffi = "*" [[package]] name = "types-redis" -version = "4.6.0.20240819" +version = "4.6.0.20240903" description = "Typing stubs for redis" optional = false python-versions = ">=3.8" files = [ - {file = "types-redis-4.6.0.20240819.tar.gz", hash = "sha256:08f51f550ad41d0152bd98d77ac9d6d8f761369121710a213642f6036b9a7183"}, - {file = "types_redis-4.6.0.20240819-py3-none-any.whl", hash = "sha256:86db9af6f0033154e12bc22c77236cef0907b995fda8c9f0f0eacd59943ed2fc"}, + {file = "types-redis-4.6.0.20240903.tar.gz", hash = "sha256:4bab1a378dbf23c2c95c370dfdb89a8f033957c4fd1a53fee71b529c182fe008"}, + {file = "types_redis-4.6.0.20240903-py3-none-any.whl", hash = "sha256:0e7537e5c085fe96b7d468d5edae0cf667b4ba4b62c6e4a5dfc340bd3b868c23"}, ] [package.dependencies] @@ -1462,4 +1462,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2a43409183013a6e729d7a73b4ea5ec199d5e21ea63cdaf761b0bd098294f221" +content-hash = "5eea78135ef46b6ffcbec0174611e7629d03ce1c346090aa0dc4cc49bfb2f94b" diff --git a/pyproject.toml b/pyproject.toml index 0418df4..cf5a5a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pre-commit = "^3.8.0" mypy = "^1.11.2" isort = "^5.13.2" black = "^24.8.0" -types-redis = "^4.6.0.20240819" +types-redis = "^4.6.0.20240903" ruff = "^0.6.2" [build-system]