chore(deps): update dependency fastapi to ^0.115.9

This commit is contained in:
Renovate Bot 2025-02-28 00:05:00 +00:00
parent 1f6b968dbe
commit 4d816ccec1
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.8"
version = "0.115.9"
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.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"},
{file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"},
{file = "fastapi-0.115.9-py3-none-any.whl", hash = "sha256:4a439d7923e4de796bcc88b64e9754340fcd1574673cbd865ba8a99fe0d28c56"},
{file = "fastapi-0.115.9.tar.gz", hash = "sha256:9d7da3b196c5eed049bc769f9475cd55509a112fbe031c0ef2f53768ae68d13f"},
]
[package.dependencies]
@ -1336,4 +1336,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.9"
content-hash = "2c60b677a2fbd2c095fd6a5f5b69aef738873888d638a8951d8031d01aa79541"
content-hash = "67daf0a2cf1f09c25b450b270e342c383d16e427a0e7e9387f559b83a9090012"

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