diff --git a/poetry.lock b/poetry.lock index 1eaee3c6..9b841e23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -767,18 +767,18 @@ test = ["pytest (>=6)"] [[package]] name = "fakeredis" -version = "2.15.0" +version = "2.16.0" description = "Python implementation of redis API, can be used for testing purposes." optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "fakeredis-2.15.0-py3-none-any.whl", hash = "sha256:221edb25c0a38d0fb7c7b91f52c4e2beb6fbd3369899a8ab59328c3e432b062a"}, - {file = "fakeredis-2.15.0.tar.gz", hash = "sha256:519ab3585ac0c652f04836209b9d835f33879560c7451c2abfc59a663cfaffbc"}, + {file = "fakeredis-2.16.0-py3-none-any.whl", hash = "sha256:188514cbd7120ff28c88f2a31e2fddd18fb1b28504478dfa3669c683134c4d82"}, + {file = "fakeredis-2.16.0.tar.gz", hash = "sha256:5abdd734de4ead9d6c7acbd3add1c4aa9b3ab35219339530472d9dd2bdf13057"}, ] [package.dependencies] redis = ">=4" -sortedcontainers = ">=2.4,<3.0" +sortedcontainers = ">=2,<3" [package.extras] json = ["jsonpath-ng (>=1.5,<2.0)"] @@ -2829,4 +2829,4 @@ test = ["flaky", "pytest", "pytest-asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "339d4ccab4e600c3abb0895e71a40ab1f04b7639fbfa2e2a08ba022900c6dd68" +content-hash = "8c46a9f4eb94ff8f0b45021bfd166c5b94b11394db545e2e28597c7500eccf8a" diff --git a/pyproject.toml b/pyproject.toml index 9f02f4e3..f1970a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.1", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.8" colorlog = "^6.7.0" -fakeredis = "^2.15.0" +fakeredis = "^2.16.0" redis = "^4.6.0" beautifulsoup4 = "^4.12.1" asyncmy = "^0.2.7"