From 4f7bc49d0c9a06b041fddb63ed775015c4aff781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:42:02 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.23.3 to 2.23.5 Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.23.3 to 2.23.5. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.23.3...v2.23.5) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68eec628..e6376bd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -268,13 +268,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fakeredis" -version = "2.23.3" +version = "2.23.5" description = "Python implementation of redis API, can be used for testing purposes." optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "fakeredis-2.23.3-py3-none-any.whl", hash = "sha256:4779be828f4ebf53e1a286fd11e2ffe0f510d3e5507f143d644e67a07387d759"}, - {file = "fakeredis-2.23.3.tar.gz", hash = "sha256:0c67caa31530114f451f012eca920338c5eb83fa7f1f461dd41b8d2488a99cba"}, + {file = "fakeredis-2.23.5-py3-none-any.whl", hash = "sha256:4d85b1b6b3a80cbbb3a8967f8686f7bf6ddf5bd7cd5ac7ac90b3561d8c3a7ddb"}, + {file = "fakeredis-2.23.5.tar.gz", hash = "sha256:edffc79fdce0f1d83cbb20b52694a9cba4a5fe5beb627c11722a42aa0fa44f52"}, ] [package.dependencies] @@ -1874,4 +1874,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7528b327ced3cfd92a7e979d78a8619f377263f070d86fb3778224b36357941a" +content-hash = "43e4772c4d21ce67641c3cd9323348ce0a3484b5a4fd18de393821d4ef274f4e" diff --git a/pyproject.toml b/pyproject.toml index 50ecc7aa..e5b18295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pydantic = "^2.8.2" pydantic-settings = "^2.3.4" [tool.poetry.group.dev.dependencies] -fakeredis = "^2.23.3" +fakeredis = "^2.23.5" ipdb = "^0.13.13" pytest = "^8.3.2" pytest-asyncio = "^0.23.8"