diff --git a/server/poetry.lock b/server/poetry.lock index 9bf58e6..4057472 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -2660,18 +2660,18 @@ files = [ [[package]] name = "redis" -version = "4.5.1" +version = "4.5.5" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.1-py3-none-any.whl", hash = "sha256:5deb072d26e67d2be1712603bfb7947ec3431fb0eec9c578994052e33035af6d"}, - {file = "redis-4.5.1.tar.gz", hash = "sha256:1eec3741cda408d3a5f84b78d089c8b8d895f21b3b050988351e925faf202864"}, + {file = "redis-4.5.5-py3-none-any.whl", hash = "sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119"}, + {file = "redis-4.5.5.tar.gz", hash = "sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880"}, ] [package.dependencies] -async-timeout = ">=4.0.2" +async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -3319,4 +3319,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9771856a9903cc9f4ea0fc13430214cc1f45eda9c5f36330f78dfe35b5886783" +content-hash = "5acdbb427962d027cfe238fdfe54f7d3fa7a60a17d8c47f1ce085e0401a4e0ea" diff --git a/server/pyproject.toml b/server/pyproject.toml index 975cdba..0539ba8 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -32,7 +32,7 @@ Pillow = "^9.1.1" progress = "^1.6" python-dotenv = "^0.20.0" pywebpush = "^1.14.0" -redis = "^4.3.3" +redis = "^4.5.5" requests = "^2.27.1" sentry-sdk = "^1.5.12" user-agents = "^2.2.0"