chore(deps): update dependency fastapi to ^0.115.5
This commit is contained in:
parent
6f39291ed4
commit
5d3c93b408
8
poetry.lock
generated
8
poetry.lock
generated
@ -259,13 +259,13 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.115.4"
|
||||
version = "0.115.5"
|
||||
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.4-py3-none-any.whl", hash = "sha256:0b504a063ffb3cf96a5e27dc1bc32c80ca743a2528574f9cdc77daa2d31b4742"},
|
||||
{file = "fastapi-0.115.4.tar.gz", hash = "sha256:db653475586b091cb8b2fec2ac54a680ac6a158e07406e1abae31679e8826349"},
|
||||
{file = "fastapi-0.115.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"},
|
||||
{file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1326,4 +1326,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8"
|
||||
content-hash = "ca779cfca8b16f38b3d8a645e50b25903ba56702a24934b9cca9e14a679ea147"
|
||||
content-hash = "d62a6bbdc12c0f2074abef2f4240ab2612373030c45afdbd7ca6b4dac17d2a8b"
|
||||
|
@ -12,7 +12,7 @@ pilotwings = 'backend.pilotwings:launch'
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8"
|
||||
docker = "^7.1.0"
|
||||
fastapi = {extras = ["standard"], version = "^0.115.4"}
|
||||
fastapi = {extras = ["standard"], version = "^0.115.5"}
|
||||
python-dotenv = "^1.0.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user