diff --git a/poetry.lock b/poetry.lock index b3869d9cb..caf874294 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3307,17 +3307,21 @@ files = [ [[package]] name = "redis" -version = "3.5.3" -description = "Python client for Redis key-value store" +version = "5.1.0" +description = "Python client for Redis database and key-value store" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.8" files = [ - {file = "redis-3.5.3-py2.py3-none-any.whl", hash = "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24"}, - {file = "redis-3.5.3.tar.gz", hash = "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"}, + {file = "redis-5.1.0-py3-none-any.whl", hash = "sha256:fd4fccba0d7f6aa48c58a78d76ddb4afc698f5da4a2c1d03d916e4fd7ab88cdd"}, + {file = "redis-5.1.0.tar.gz", hash = "sha256:b756df1e4a3858fcc0ef861f3fc53623a96c41e2b1f5304e09e0fe758d333d40"}, ] +[package.dependencies] +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} + [package.extras] -hiredis = ["hiredis (>=0.1.3)"] +hiredis = ["hiredis (>=3.0.0)"] +ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] [[package]] name = "referencing" @@ -4593,4 +4597,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "eb6a44708c52c72a9b573f2bfc094d8252d24a1ce0f32c29b05c09f44e617bdd" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..7b080575e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ psycopg2-binary = "^2.9.9" PyMySQL = "^1.1.0" python = "^3.10.4" python-stdnum = "^1.20" -redis = "^3.5.3" +redis = "^5.1.0" requests = "^2.31.0" sentry-sdk = "^1.45.0" shortuuid = "^1.0.13"