From 29048a10157f6abe1a35238309ac7317b1a53784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:27:18 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.16.0 to 2.18.0 Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.16.0 to 2.18.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.16.0...v2.18.0) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index aea38295..cd9ab618 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ testing = ["pre-commit"] [[package]] name = "fakeredis" -version = "2.16.0" +version = "2.18.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.16.0-py3-none-any.whl", hash = "sha256:188514cbd7120ff28c88f2a31e2fddd18fb1b28504478dfa3669c683134c4d82"}, - {file = "fakeredis-2.16.0.tar.gz", hash = "sha256:5abdd734de4ead9d6c7acbd3add1c4aa9b3ab35219339530472d9dd2bdf13057"}, + {file = "fakeredis-2.18.0-py3-none-any.whl", hash = "sha256:bc7a82e9caec80096659fd9a810b72d21f833574be26ff7b97955db626d60bac"}, + {file = "fakeredis-2.18.0.tar.gz", hash = "sha256:f9c18d3dba81a470953cc042868b411e334109e065cde53a7a82beef6702a1de"}, ] [package.dependencies] @@ -571,7 +571,7 @@ sortedcontainers = ">=2,<3" [package.extras] json = ["jsonpath-ng (>=1.5,<2.0)"] -lua = ["lupa (>=1.14,<2.0)"] +lua = ["lupa (>=1.14,<3.0)"] [[package]] name = "fastapi" @@ -2457,4 +2457,4 @@ fastapi-crudrouter = ["fastapi-crudrouter"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "47fc622e6a746368dbc01499d338400a1c6cea37cdf86106e3d91f0f8a456aab" +content-hash = "cd2661df9e7750e32271a700f1a2c4a97e0d6f421a3f809b86114c89248f1d8d" diff --git a/pyproject.toml b/pyproject.toml index 4c7ef89c..316bb2bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-env = "^0.8.1" pytest-mockservers = "^0.6.0" pytest-xdist = "^3.1.0" bandit = "^1.7.4" -fakeredis = {extras = ["json"], version = "2.16.0"} +fakeredis = {extras = ["json"], version = "2.18.0"} hypothesis = "^6.61.0" pytest-rerunfailures = ">=11.1,<13.0" ruff = ">=0.0.249,<0.0.279"