diff --git a/poetry.lock b/poetry.lock index 603ac6e..8fb18f7 100644 --- a/poetry.lock +++ b/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" @@ -2402,18 +2402,18 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""} [[package]] name = "redis" -version = "4.5.1" +version = "4.5.3" 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.3-py3-none-any.whl", hash = "sha256:7df17a0a2b72a4c8895b462dd07616c51b1dcb48fdd7ecb7b6f4bf39ecb2e94e"}, + {file = "redis-4.5.3.tar.gz", hash = "sha256:56732e156fe31801c4f43396bd3ca0c2a7f6f83d7936798531b9848d103381aa"}, ] [package.dependencies] -async-timeout = ">=4.0.2" +async-timeout = {version = ">=4.0.2", markers = "python_version < \"3.11\""} hiredis = {version = ">=1.0.0", optional = true, markers = "extra == \"hiredis\""} [package.extras] @@ -3177,4 +3177,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "3d8c16f3a6ff1c8735d5a6f24ceb15cd58c7e28845d5f29eb0f594a56e662dd9" +content-hash = "0ed9c62d88079d2c44de01fcfad38398baed0679ee577cecd40a7652770112a6" diff --git a/pyproject.toml b/pyproject.toml index 4fe8d60..d0c7311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requests = "^2.28.2" flask = "^2.2.3" gunicorn = "^20.1.0" charset-normalizer = "^3.1.0" -redis = {version = "^4.5.1,!=4.5.2", extras = ["hiredis"]} +redis = {version = "^4.5.3", extras = ["hiredis"]} beautifulsoup4 = "^4.12.0" bootstrap-flask = "^2.2.0" defang = "^0.5.3"