⬆️ Bump fakeredis from 2.12.0 to 2.13.0

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-24 12:54:19 +08:00 committed by GitHub
parent d87ed36eb3
commit 276bf1f85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -795,14 +795,14 @@ test = ["pytest (>=6)"]
[[package]]
name = "fakeredis"
version = "2.12.0"
version = "2.13.0"
description = "Fake implementation of redis API for testing purposes."
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
{file = "fakeredis-2.12.0-py3-none-any.whl", hash = "sha256:13040c67c471edfa4aa941f023d04f0df05f092e81c9f42a7f91d8fe67612386"},
{file = "fakeredis-2.12.0.tar.gz", hash = "sha256:9c98be9f31d4b7d610e83ce3a8a3cb0434beedd16125f10475c618df4c52ed10"},
{file = "fakeredis-2.13.0-py3-none-any.whl", hash = "sha256:df7bb44fb9e593970c626325230e1c321f954ce7b204d4c4452eae5233d554ed"},
{file = "fakeredis-2.13.0.tar.gz", hash = "sha256:53f00f44f771d2b794f1ea036fa07a33476ab7368f1b0e908daab3eff80336f6"},
]
[package.dependencies]
@ -2953,4 +2953,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "05fcf6a8acf000cca5ef845afa0e9ec48e38018afe5e443ba130ad58fbcb9137"
content-hash = "2815e3df1be1f912120d7d2b780022e8f973b3bf0cd165087953018ef7ef098c"

View File

@ -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.12.0"
fakeredis = "^2.13.0"
redis = "^4.5.4"
beautifulsoup4 = "^4.12.1"
asyncmy = "^0.2.7"