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.12"
version = "0.115.13"
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.12-py3-none-any.whl", hash = "sha256:e94613d6c05e27be7ffebdd6ea5f388112e5e430c8f7d6494a9d1d88d43e814d"},
{file = "fastapi-0.115.12.tar.gz", hash = "sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681"},
{file = "fastapi-0.115.13-py3-none-any.whl", hash = "sha256:0a0cab59afa7bab22f5eb347f8c9864b681558c278395e94035a741fc10cd865"},
{file = "fastapi-0.115.13.tar.gz", hash = "sha256:55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307"},
]
[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 = "d0e1e9789211b6ae9a75995234e35ead719e43bd70122c034cf36542a4e516af"
content-hash = "653aadaca9861ff06ab65a0299e3be8dee026298ca6e6befb884f32628bc0376"
Loading