diff --git a/poetry.lock b/poetry.lock index 827a80b78a..4958400fde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -2597,17 +2597,17 @@ test = ["coverage", "pytest"] [[package]] name = "redis" -version = "4.4.4" +version = "5.0.7" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.4.4-py3-none-any.whl", hash = "sha256:da92a39fec86438d3f1e2a1db33c312985806954fe860120b582a8430e231d8f"}, - {file = "redis-4.4.4.tar.gz", hash = "sha256:68226f7ede928db8302f29ab088a157f41061fa946b7ae865452b6d7838bbffb"}, + {file = "redis-5.0.7-py3-none-any.whl", hash = "sha256:0e479e24da960c690be5d9b96d21f7b918a98c0cf49af3b6fafaa0753f93a0db"}, + {file = "redis-5.0.7.tar.gz", hash = "sha256:8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b"}, ] [package.dependencies] -async-timeout = ">=4.0.2" +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -3107,4 +3107,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "ec8449123980a05743b86e24810708c382c4ee6e95a046e39f10b327b3738a8d" diff --git a/pyproject.toml b/pyproject.toml index db35923cdc..62c587675f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ python-magic = "0.4.27" pytils = "0.3" pytz = "2023.3" pytz-deprecation-shim = "0.1.0.post0" -redis = "4.4.4" +redis = "5.0.7" reportlab = "4.0.7" requests = "2.28.1" requests-toolbelt = "0.10.0"