mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Bump fakeredis from 2.18.1 to 2.19.0
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.18.1 to 2.19.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.18.1...v2.19.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
92ee6da37a
commit
833e1ddeb5
11
poetry.lock
generated
11
poetry.lock
generated
@ -774,13 +774,13 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fakeredis"
|
||||
version = "2.18.1"
|
||||
version = "2.19.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.18.1-py3-none-any.whl", hash = "sha256:d780da2519b2e9d741056cf2b68604a4e59286bc6fde78b40a2b2b1367a51b30"},
|
||||
{file = "fakeredis-2.18.1.tar.gz", hash = "sha256:9742d6d4673df0f5f6ade4e4eee763b7f3517178ffa82508310325a6305651ec"},
|
||||
{file = "fakeredis-2.19.0-py3-none-any.whl", hash = "sha256:83dbf922d07244d114103843d8d4e760fa25119a5fc88cfc21b4548ea2d6353c"},
|
||||
{file = "fakeredis-2.19.0.tar.gz", hash = "sha256:e136cd13bddd7e7f71270cc7c4693d14f975d929135eb0f8625ef55f204eee25"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -788,7 +788,8 @@ redis = ">=4"
|
||||
sortedcontainers = ">=2,<3"
|
||||
|
||||
[package.extras]
|
||||
json = ["jsonpath-ng (>=1.5,<2.0)"]
|
||||
bf = ["pybloom-live (>=4.0,<5.0)"]
|
||||
json = ["jsonpath-ng (>=1.6,<2.0)"]
|
||||
lua = ["lupa (>=1.14,<3.0)"]
|
||||
|
||||
[[package]]
|
||||
@ -2908,4 +2909,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "efc2c9e24d0d621d3cfedadf78f3043a578e4abbf87376f97fe87c80d6b23352"
|
||||
content-hash = "90706c9c2cd447cf44afa81e40195a56bd31f1c8126cafa300cccc4fc6f66fe7"
|
||||
|
@ -14,7 +14,7 @@ Jinja2 = "^3.1.2"
|
||||
python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] }
|
||||
sqlmodel = "^0.0.8"
|
||||
colorlog = "^6.7.0"
|
||||
fakeredis = "^2.18.0"
|
||||
fakeredis = "^2.19.0"
|
||||
redis = "^5.0.1"
|
||||
beautifulsoup4 = "^4.12.1"
|
||||
asyncmy = "^0.2.7"
|
||||
|
Loading…
Reference in New Issue
Block a user