diff --git a/poetry.lock b/poetry.lock index e834eb71..e89a4f1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -342,7 +342,7 @@ test = ["pytest (>=6)"] [[package]] name = "fakeredis" -version = "2.1.0" +version = "2.2.0" description = "Fake implementation of redis API for testing purposes." category = "main" optional = false @@ -1293,7 +1293,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "508f6e8cc3c880406a5e71f2e5a90fe2b7706f834fcfc4653fda278bd9abef4a" +content-hash = "39fcf042afdffcebee8b2693ac82f0eb8abc6d717f8589d472804028a7cd3815" [metadata.files] aiofiles = [ @@ -1531,8 +1531,8 @@ exceptiongroup = [ {file = "exceptiongroup-1.0.4.tar.gz", hash = "sha256:bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec"}, ] fakeredis = [ - {file = "fakeredis-2.1.0-py3-none-any.whl", hash = "sha256:f85c535d38946d436f8fef14cb946ea2774c35437991ece72f2bc9cbfc9e7e65"}, - {file = "fakeredis-2.1.0.tar.gz", hash = "sha256:1329b6150794d4f45d82cb643cc7e8192b33bdb3dc829fb9dcfdf2e82696b2dc"}, + {file = "fakeredis-2.2.0-py3-none-any.whl", hash = "sha256:1ac7adf04dcbf8f9886add5972018e0e42781ee772fbaa0a573350cd4e4c66f7"}, + {file = "fakeredis-2.2.0.tar.gz", hash = "sha256:dacdede58b0e682d5dc6176518858b6933c3d529ec18270f162ad5aaf97f5769"}, ] fastapi = [ {file = "fastapi-0.88.0-py3-none-any.whl", hash = "sha256:263b718bb384422fe3d042ffc9a0c8dece5e034ab6586ff034f6b4b1667c3eee"}, diff --git a/pyproject.toml b/pyproject.toml index c9be95f3..ce447b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ Pillow = "^9.3.0" sqlmodel = "^0.0.8" colorlog = "^6.7.0" playwright = "^1.26.0" -fakeredis = "^2.1.0" +fakeredis = "^2.2.0" beautifulsoup4 = "^4.11.1" asyncmy = "^0.2.5" pyppeteer = "^1.0.2"