mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-04-30 06:24:27 +02:00
bump lib versions
This commit is contained in:
parent
bdbff93ec8
commit
321b5a4b3d
2
poetry.lock
generated
2
poetry.lock
generated
@ -574,7 +574,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "2b0b56a7745c55184de59a2ef30f617e8ba020382033e4fc855147ba096637a3"
|
||||
content-hash = "b6bc93886458708baeea4c07ad92f0613d6aeac113875d9ff2e9a3afb71d000d"
|
||||
|
||||
[metadata.files]
|
||||
aioredis = [
|
||||
|
@ -7,7 +7,7 @@ license = "AGPLv3"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
fastapi = ">=0.81.0"
|
||||
fastapi = ">=0.82.0"
|
||||
uvicorn = {version = ">=0.18.3", extras = ["standard"]}
|
||||
httpx = {version = ">=0.23.0", extras = ["http2"]}
|
||||
httpx-cache = ">=0.6.0"
|
||||
@ -18,11 +18,9 @@ fastapi-cache2 = ">=0.1.9"
|
||||
aioredis = {version = ">=2.0.1", extras = ["hiredis"]}
|
||||
redis = ">=4.3.4"
|
||||
msgpack = ">=1.0.4"
|
||||
pydantic = ">=1.10.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = ">=0.971"
|
||||
fastapi = ">=0.81.0"
|
||||
fastapi = ">=0.82.0"
|
||||
uvicorn = {version = ">=0.18.3", extras = ["standard"]}
|
||||
httpx = {version = ">=0.23.0", extras = ["http2"]}
|
||||
httpx-cache = ">=0.6.0"
|
||||
@ -33,7 +31,7 @@ fastapi-cache2 = ">=0.1.9"
|
||||
aioredis = {version = ">=2.0.1", extras = ["hiredis"]}
|
||||
redis = ">=4.3.4"
|
||||
msgpack = ">=1.0.4"
|
||||
pydantic = ">=1.10.1"
|
||||
mypy = ">=0.971"
|
||||
types-toml = ">=0.10.8"
|
||||
|
||||
[build-system]
|
||||
|
@ -25,7 +25,7 @@ msgpack==1.0.4
|
||||
orjson==3.8.0; python_version >= "3.7"
|
||||
packaging==21.3; python_version >= "3.6"
|
||||
pendulum==2.1.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
|
||||
pydantic==1.10.1; python_version >= "3.7"
|
||||
pydantic==1.10.1; python_version >= "3.7" and python_full_version >= "3.6.1" and python_version < "4.0"
|
||||
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
|
||||
python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
|
||||
python-dotenv==0.21.0; python_version >= "3.7" and python_version < "4.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user