⬆️ Bump fakeredis from 2.14.1 to 2.15.0

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.14.1 to 2.15.0.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.14.1...v2.15.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-06-23 10:13:52 +08:00 committed by GitHub
parent a36aeef9c3
commit 4d810a3578
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

@ -767,13 +767,13 @@ test = ["pytest (>=6)"]
[[package]]
name = "fakeredis"
version = "2.14.1"
version = "2.15.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.14.1-py3-none-any.whl", hash = "sha256:9d453895ceef312d4043e1b5ed7aa9709443ff1388dc55b9fa6c2dd74f4d1e68"},
{file = "fakeredis-2.14.1.tar.gz", hash = "sha256:43c5e54b6dd73df8c5348c4f8d6bacd78670f3281a8f04073ed62e2da2efb2b8"},
{file = "fakeredis-2.15.0-py3-none-any.whl", hash = "sha256:221edb25c0a38d0fb7c7b91f52c4e2beb6fbd3369899a8ab59328c3e432b062a"},
{file = "fakeredis-2.15.0.tar.gz", hash = "sha256:519ab3585ac0c652f04836209b9d835f33879560c7451c2abfc59a663cfaffbc"},
]
[package.dependencies]
@ -2840,4 +2840,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "85d6a9ef4b888f9bb600286de64e3d89e59cda47ccd3a8116b34fe2da4a60d21"
content-hash = "31ac1f0aee3c1269802453768fa8a3c73ad6bdd0ad24abe6ef8aa7d2677b52c3"

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.14.1"
fakeredis = "^2.15.0"
redis = "^4.5.4"
beautifulsoup4 = "^4.12.1"
asyncmy = "^0.2.7"