mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Bump fakeredis from 2.15.0 to 2.16.0
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.15.0...v2.16.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:
parent
0d6475cdc5
commit
cd2431ad38
10
poetry.lock
generated
10
poetry.lock
generated
@ -767,18 +767,18 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fakeredis"
|
||||
version = "2.15.0"
|
||||
version = "2.16.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.15.0-py3-none-any.whl", hash = "sha256:221edb25c0a38d0fb7c7b91f52c4e2beb6fbd3369899a8ab59328c3e432b062a"},
|
||||
{file = "fakeredis-2.15.0.tar.gz", hash = "sha256:519ab3585ac0c652f04836209b9d835f33879560c7451c2abfc59a663cfaffbc"},
|
||||
{file = "fakeredis-2.16.0-py3-none-any.whl", hash = "sha256:188514cbd7120ff28c88f2a31e2fddd18fb1b28504478dfa3669c683134c4d82"},
|
||||
{file = "fakeredis-2.16.0.tar.gz", hash = "sha256:5abdd734de4ead9d6c7acbd3add1c4aa9b3ab35219339530472d9dd2bdf13057"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
redis = ">=4"
|
||||
sortedcontainers = ">=2.4,<3.0"
|
||||
sortedcontainers = ">=2,<3"
|
||||
|
||||
[package.extras]
|
||||
json = ["jsonpath-ng (>=1.5,<2.0)"]
|
||||
@ -2829,4 +2829,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "339d4ccab4e600c3abb0895e71a40ab1f04b7639fbfa2e2a08ba022900c6dd68"
|
||||
content-hash = "8c46a9f4eb94ff8f0b45021bfd166c5b94b11394db545e2e28597c7500eccf8a"
|
||||
|
@ -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.15.0"
|
||||
fakeredis = "^2.16.0"
|
||||
redis = "^4.6.0"
|
||||
beautifulsoup4 = "^4.12.1"
|
||||
asyncmy = "^0.2.7"
|
||||
|
Loading…
Reference in New Issue
Block a user