diff --git a/poetry.lock b/poetry.lock index ebd91e43..bc4ffd3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1959,13 +1959,13 @@ test = ["coverage", "pytest"] [[package]] name = "redis" -version = "4.6.0" +version = "5.0.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.0-py3-none-any.whl", hash = "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0"}, + {file = "redis-5.0.0.tar.gz", hash = "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"}, ] [package.dependencies] @@ -2800,4 +2800,4 @@ test = ["flaky", "pytest", "pytest-asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0fa65d75d5fbe1218e27e97cc6cfd1d1326de0c3d3d942adaeeef8283c280e8f" +content-hash = "428950481d297f16d9aec890eb144850a6b7fb6ebfe2beb278527fad15469001" diff --git a/pyproject.toml b/pyproject.toml index 30bdb8e9..58350d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python-telegram-bot = { version = "^20.1", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.8" colorlog = "^6.7.0" fakeredis = "^2.17.0" -redis = "^4.6.0" +redis = "^5.0.0" beautifulsoup4 = "^4.12.1" asyncmy = "^0.2.7" pyppeteer = "^1.0.2"