⬆️ Bump fakeredis from 2.10.1 to 2.10.2

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.10.1...v2.10.2)

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

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-03-22 19:21:22 +08:00 committed by GitHub
parent 8814979cef
commit b31781c4af
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

@ -783,14 +783,14 @@ test = ["pytest (>=6)"]
[[package]]
name = "fakeredis"
version = "2.10.1"
version = "2.10.2"
description = "Fake implementation of redis API for testing purposes."
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "fakeredis-2.10.1-py3-none-any.whl", hash = "sha256:c27e175da47ebe30174cc22e1a99155c5c3b8583d1b7a3c69008fdbf1c7096f1"},
{file = "fakeredis-2.10.1.tar.gz", hash = "sha256:6f31e6213b724147f21d3f560ac2ea0b67cf4402a7ee98f5c338b7d5178151dc"},
{file = "fakeredis-2.10.2-py3-none-any.whl", hash = "sha256:6377c27bc557be46089381d43fd670aece46672d091a494f73ab4c96c34022b3"},
{file = "fakeredis-2.10.2.tar.gz", hash = "sha256:e2a95fbda7b11188c117d68b0f9eecc00600cb449ccf3362a15fc03cf9e2477d"},
]
[package.dependencies]
@ -2987,4 +2987,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "89d5da2142b7be1c1e3f7333a2634d50b0fa01debe79d8a3049281e6fa62ace7"
content-hash = "893affc6c0dc0aa322078692592d9eb683fa9ffa689b9ac64ba1bdf4383abe22"

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.10.1"
fakeredis = "^2.10.2"
beautifulsoup4 = "^4.12.0"
asyncmy = "^0.2.7"
pyppeteer = "^1.0.2"