diff --git a/poetry.lock b/poetry.lock index 373013ec..46de9669 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2080,13 +2080,13 @@ full = ["numpy"] [[package]] name = "redis" -version = "5.0.0" +version = "5.0.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-5.0.0-py3-none-any.whl", hash = "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0"}, - {file = "redis-5.0.0.tar.gz", hash = "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"}, + {file = "redis-5.0.1-py3-none-any.whl", hash = "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f"}, + {file = "redis-5.0.1.tar.gz", hash = "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f"}, ] [package.dependencies] @@ -2908,4 +2908,4 @@ test = ["flaky", "pytest", "pytest-asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7340320f9dc0fd8248e051a3ea4c628268d8f3efbefc010f04ed0c05b1a41aef" +content-hash = "efc2c9e24d0d621d3cfedadf78f3043a578e4abbf87376f97fe87c80d6b23352" diff --git a/pyproject.toml b/pyproject.toml index f52ffcff..16ff3cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.8" colorlog = "^6.7.0" fakeredis = "^2.18.0" -redis = "^5.0.0" +redis = "^5.0.1" beautifulsoup4 = "^4.12.1" asyncmy = "^0.2.7" pyppeteer = "^1.0.2"