From 4706f2a31efe57bb7d8e1ddc8bb913b3fbb783a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:47:37 +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 c1d537fd..79233626 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] @@ -1875,4 +1875,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9796ccc367181342a41ae52b61a16ddfc96e35b714c9f3ee705887bc1b0166e2" +content-hash = "c033039408f04a75b6f8df911e1061735cef42fa9f781baa49b68950e19a516c" diff --git a/pyproject.toml b/pyproject.toml index 4606b405..8df8febf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pydantic = "^2.8.2" pydantic-settings = "^2.4.0" [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"