mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
Update dependency fastapi to v0.115.11 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a644d95b39
commit
8f0fbeebec
@ -8,7 +8,7 @@ version = "0.1.0"
|
|||||||
description = "API for getting cookies for Cloudflare challenges"
|
description = "API for getting cookies for Cloudflare challenges"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi[standard]==0.115.10",
|
"fastapi[standard]==0.115.11",
|
||||||
"pyautogui==0.9.54",
|
"pyautogui==0.9.54",
|
||||||
"pydantic==2.10.6",
|
"pydantic==2.10.6",
|
||||||
"seleniumbase==4.35.2",
|
"seleniumbase==4.35.2",
|
||||||
|
8
uv.lock
generated
8
uv.lock
generated
@ -89,7 +89,7 @@ test = [
|
|||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "fastapi", extras = ["standard"], specifier = "==0.115.10" },
|
{ name = "fastapi", extras = ["standard"], specifier = "==0.115.11" },
|
||||||
{ name = "pyautogui", specifier = "==0.9.54" },
|
{ name = "pyautogui", specifier = "==0.9.54" },
|
||||||
{ name = "pydantic", specifier = "==2.10.6" },
|
{ name = "pydantic", specifier = "==2.10.6" },
|
||||||
{ name = "seleniumbase", specifier = "==4.35.2" },
|
{ name = "seleniumbase", specifier = "==4.35.2" },
|
||||||
@ -272,16 +272,16 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.115.10"
|
version = "0.115.11"
|
||||||
source = { registry = "https://pypi.org/simple" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "pydantic" },
|
{ name = "pydantic" },
|
||||||
{ name = "starlette" },
|
{ name = "starlette" },
|
||||||
{ name = "typing-extensions" },
|
{ name = "typing-extensions" },
|
||||||
]
|
]
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/00/48/96e3cf457a5a64c23abe8453358b68ebc6755ac1b2bc4c8874c3cc94cd56/fastapi-0.115.10.tar.gz", hash = "sha256:920cdc95c1c6ca073656deae80ad254512d131031c2d7759c87ae469572911ee", size = 293749 }
|
sdist = { url = "https://files.pythonhosted.org/packages/b5/28/c5d26e5860df807241909a961a37d45e10533acef95fc368066c7dd186cd/fastapi-0.115.11.tar.gz", hash = "sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f", size = 294441 }
|
||||||
wheels = [
|
wheels = [
|
||||||
{ url = "https://files.pythonhosted.org/packages/97/8c/b49611a3daf01c3980d1da920a63ff4dc12d607d0edcb8a86ba331a7c686/fastapi-0.115.10-py3-none-any.whl", hash = "sha256:47346c5437e933e68909a835cf63890a9bd52fb6091b2499b996c08a01ca43a5", size = 94928 },
|
{ url = "https://files.pythonhosted.org/packages/b3/5d/4d8bbb94f0dbc22732350c06965e40740f4a92ca560e90bb566f4f73af41/fastapi-0.115.11-py3-none-any.whl", hash = "sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64", size = 94926 },
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.optional-dependencies]
|
[package.optional-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user