Merge pull request 'chore(deps): update dependency fastapi to ^0.115.12' () from renovate/fastapi-0.x into main

Reviewed-on: 
This commit is contained in:
Michel Roux 2025-03-24 08:10:41 +00:00
commit c8cfcec506
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated

@ -243,13 +243,13 @@ test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.115.11"
version = "0.115.12"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
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.12-py3-none-any.whl", hash = "sha256:e94613d6c05e27be7ffebdd6ea5f388112e5e430c8f7d6494a9d1d88d43e814d"},
{file = "fastapi-0.115.12.tar.gz", hash = "sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681"},
]
[package.dependencies]
@ -1336,4 +1336,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.9"
content-hash = "b3ef81e88a817392a0ef31eec49ee107a0830d40682e36e8810a7d22d4289420"
content-hash = "008deb318222d76028377158a0e6564e1838ff50a904830f8ccf06f322259ee0"

@ -12,7 +12,7 @@ pilotwings = 'backend.pilotwings:launch'
[tool.poetry.dependencies]
python = ">=3.9"
docker = "^7.1.0"
fastapi = {extras = ["standard"], version = "^0.115.11"}
fastapi = {extras = ["standard"], version = "^0.115.12"}
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]