Skip to content
Snippets Groups Projects

Update dependency fastapi to v0.115.14

Closed renovate-bot requested to merge renovate/fastapi-0.x into master

Files

+ 4
4
@@ -223,14 +223,14 @@ test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.115.11"
version = "0.115.14"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "fastapi-0.115.11-py3-none-any.whl", hash = "sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64"},
{file = "fastapi-0.115.11.tar.gz", hash = "sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f"},
{file = "fastapi-0.115.14-py3-none-any.whl", hash = "sha256:6c0c8bf9420bd58f565e585036d971872472b4f7d3f6c73b698e10cffdefb3ca"},
{file = "fastapi-0.115.14.tar.gz", hash = "sha256:b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739"},
]
[package.dependencies]
@@ -833,4 +833,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)",
[metadata]
lock-version = "2.1"
python-versions = "^3.9"
content-hash = "ffe37921473b46c68e6f0d2120d8421a32e6c5d50246e8926ce587c8f15214c9"
content-hash = "7367e551f46aed3d3473cad5e303114414a09414d91d666da718d2f75efd91ae"
Loading