diff --git a/custom/poetry.lock b/custom/poetry.lock index 82f3a0f40..d7aef307c 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -1666,20 +1666,20 @@ files = [ [[package]] name = "redis" -version = "5.0.7" +version = "5.0.8" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-5.0.7-py3-none-any.whl", hash = "sha256:0e479e24da960c690be5d9b96d21f7b918a98c0cf49af3b6fafaa0753f93a0db"}, - {file = "redis-5.0.7.tar.gz", hash = "sha256:8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b"}, + {file = "redis-5.0.8-py3-none-any.whl", hash = "sha256:56134ee08ea909106090934adc36f65c9bcbbaecea5b21ba704ba6fb561f8eb4"}, + {file = "redis-5.0.8.tar.gz", hash = "sha256:0c5b10d387568dfe0698c6fad6615750c24170e548ca2deac10c649d463e9870"}, ] [package.dependencies] async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] -hiredis = ["hiredis (>=1.0.0)"] +hiredis = ["hiredis (>1.0.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"] [[package]] @@ -2449,4 +2449,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "2e62ee74eb06d2928af89a9ab8a8291827250f0bdef662da309e7b3489eeeda6" +content-hash = "fcd413fa1d5b58d3b49ce90502b7687390bcb5670bd6d12550e54d9d765ae85e" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index 980d90ae9..14a9dc2b3 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -25,7 +25,7 @@ psycopg2 = "2.9.9" c2cwsgiutils = { version = "6.0.8", extras = ["webserver"] } cee-syslog-handler = "0.6.0" PyJWT = "2.8.0" -redis = "5.0.7" +redis = "5.0.8" PyYAML = "6.0.1" sentry-sdk = "2.3.1" requests-oauthlib = "2.0.0"