From fea97e124148727f04d0ff16af3040537030b289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20fakeredis=20from=202.10.3=20?= =?UTF-8?q?to=202.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.10.3 to 2.11.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.10.3...v2.11.1) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d04f0bd..294d2cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -795,14 +795,14 @@ test = ["pytest (>=6)"] [[package]] name = "fakeredis" -version = "2.10.3" +version = "2.11.1" description = "Fake implementation of redis API for testing purposes." category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "fakeredis-2.10.3-py3-none-any.whl", hash = "sha256:078ad729fe7cbcc84c9ff6f25c0e503fd4e19db6956f78049f9991b10c5271ba"}, - {file = "fakeredis-2.10.3.tar.gz", hash = "sha256:c5dcb070ef3219226e1d6db8836ddad47da1fc821270f6e89cfeb5da1f7f2e38"}, + {file = "fakeredis-2.11.1-py3-none-any.whl", hash = "sha256:3679ffa1a7299e10681f6e18d84eb88ed5eba6fcf5eb97f1b76b371470ac6580"}, + {file = "fakeredis-2.11.1.tar.gz", hash = "sha256:20120bceb3feb639c0b59a8f882c6c66bbde416e7717ec2732dae258be769660"}, ] [package.dependencies] @@ -2952,4 +2952,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2cdfea49fbee7491a2a9d07524f3a19ac7a1f2b94c3895208c94a96a5633a071" +content-hash = "92a75077488fa566f6e517565c8aa64e6f0cc87e2170136877a86333fb94c3c3" diff --git a/pyproject.toml b/pyproject.toml index 75c4e1c..fc94741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.1", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.8" colorlog = "^6.7.0" -fakeredis = "^2.10.3" +fakeredis = "^2.11.1" redis = "^4.5.4" beautifulsoup4 = "^4.12.1" asyncmy = "^0.2.7"