mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 22:58:05 +00:00
⬆️ Bump fakeredis from 2.17.0 to 2.18.0
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.17.0...v2.18.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
9663694cbc
commit
c94b959e90
10
poetry.lock
generated
10
poetry.lock
generated
@ -775,13 +775,13 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fakeredis"
|
||||
version = "2.17.0"
|
||||
version = "2.18.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.17.0-py3-none-any.whl", hash = "sha256:a99ef6e5642c31e91d36be78809fec3743e2bf7aaa682685b0d65a849fecd148"},
|
||||
{file = "fakeredis-2.17.0.tar.gz", hash = "sha256:e304bc7addb2f862c3550cb7db58548418a0fadd4cd78a4de66464c84fbc2195"},
|
||||
{file = "fakeredis-2.18.0-py3-none-any.whl", hash = "sha256:bc7a82e9caec80096659fd9a810b72d21f833574be26ff7b97955db626d60bac"},
|
||||
{file = "fakeredis-2.18.0.tar.gz", hash = "sha256:f9c18d3dba81a470953cc042868b411e334109e065cde53a7a82beef6702a1de"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -790,7 +790,7 @@ sortedcontainers = ">=2,<3"
|
||||
|
||||
[package.extras]
|
||||
json = ["jsonpath-ng (>=1.5,<2.0)"]
|
||||
lua = ["lupa (>=1.14,<2.0)"]
|
||||
lua = ["lupa (>=1.14,<3.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
@ -2800,4 +2800,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "d20a676ad73e251c89cd2b0365f47715b5e02f040a6c2855b123423c7d480fcd"
|
||||
content-hash = "e697fd7e8eea5b1aea96328ca044c825bd3fc69a8884c9c4ee01334325d101f5"
|
||||
|
@ -14,7 +14,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.17.0"
|
||||
fakeredis = "^2.18.0"
|
||||
redis = "^5.0.0"
|
||||
beautifulsoup4 = "^4.12.1"
|
||||
asyncmy = "^0.2.7"
|
||||
|
Loading…
Reference in New Issue
Block a user