mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Bump fakeredis from 2.13.0 to 2.14.1
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.13.0 to 2.14.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.13.0...v2.14.1) --- 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:
parent
8cdab782a2
commit
f869ca93bb
10
poetry.lock
generated
10
poetry.lock
generated
@ -795,14 +795,14 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fakeredis"
|
||||
version = "2.13.0"
|
||||
description = "Fake implementation of redis API for testing purposes."
|
||||
version = "2.14.1"
|
||||
description = "Python implementation of redis API, can be used for testing purposes."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7,<4.0"
|
||||
files = [
|
||||
{file = "fakeredis-2.13.0-py3-none-any.whl", hash = "sha256:df7bb44fb9e593970c626325230e1c321f954ce7b204d4c4452eae5233d554ed"},
|
||||
{file = "fakeredis-2.13.0.tar.gz", hash = "sha256:53f00f44f771d2b794f1ea036fa07a33476ab7368f1b0e908daab3eff80336f6"},
|
||||
{file = "fakeredis-2.14.1-py3-none-any.whl", hash = "sha256:9d453895ceef312d4043e1b5ed7aa9709443ff1388dc55b9fa6c2dd74f4d1e68"},
|
||||
{file = "fakeredis-2.14.1.tar.gz", hash = "sha256:43c5e54b6dd73df8c5348c4f8d6bacd78670f3281a8f04073ed62e2da2efb2b8"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -2953,4 +2953,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "5344d643b58c5020fab3db77c3ae2489657e9f6309b3235a8c6897a9eb77bfc6"
|
||||
content-hash = "46e161bf1c197c48187c52d081f996df863641d268f140d3e3f82812f1399383"
|
||||
|
@ -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.13.0"
|
||||
fakeredis = "^2.14.1"
|
||||
redis = "^4.5.4"
|
||||
beautifulsoup4 = "^4.12.1"
|
||||
asyncmy = "^0.2.7"
|
||||
|
Loading…
Reference in New Issue
Block a user