diff --git a/poetry.lock b/poetry.lock index 46de9669..4dd61049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -774,13 +774,13 @@ test = ["pytest (>=6)"] [[package]] name = "fakeredis" -version = "2.18.1" +version = "2.19.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.18.1-py3-none-any.whl", hash = "sha256:d780da2519b2e9d741056cf2b68604a4e59286bc6fde78b40a2b2b1367a51b30"}, - {file = "fakeredis-2.18.1.tar.gz", hash = "sha256:9742d6d4673df0f5f6ade4e4eee763b7f3517178ffa82508310325a6305651ec"}, + {file = "fakeredis-2.19.0-py3-none-any.whl", hash = "sha256:83dbf922d07244d114103843d8d4e760fa25119a5fc88cfc21b4548ea2d6353c"}, + {file = "fakeredis-2.19.0.tar.gz", hash = "sha256:e136cd13bddd7e7f71270cc7c4693d14f975d929135eb0f8625ef55f204eee25"}, ] [package.dependencies] @@ -788,7 +788,8 @@ redis = ">=4" sortedcontainers = ">=2,<3" [package.extras] -json = ["jsonpath-ng (>=1.5,<2.0)"] +bf = ["pybloom-live (>=4.0,<5.0)"] +json = ["jsonpath-ng (>=1.6,<2.0)"] lua = ["lupa (>=1.14,<3.0)"] [[package]] @@ -2908,4 +2909,4 @@ test = ["flaky", "pytest", "pytest-asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "efc2c9e24d0d621d3cfedadf78f3043a578e4abbf87376f97fe87c80d6b23352" +content-hash = "90706c9c2cd447cf44afa81e40195a56bd31f1c8126cafa300cccc4fc6f66fe7" diff --git a/pyproject.toml b/pyproject.toml index 16ff3cef..dc8310db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.8" colorlog = "^6.7.0" -fakeredis = "^2.18.0" +fakeredis = "^2.19.0" redis = "^5.0.1" beautifulsoup4 = "^4.12.1" asyncmy = "^0.2.7"