From 02d8fd53b0dac465d36a5f275e05dd7c9628786c Mon Sep 17 00:00:00 2001 From: dunossauro Date: Fri, 6 Sep 2024 19:56:10 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20depend=C3=AAncias=20do=20projeto?= =?UTF-8?q?=20principal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60fc7d26..33d4870c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,13 +484,13 @@ files = [ [[package]] name = "fastapi" -version = "0.113.0" +version = "0.114.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, - {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, + {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, + {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, ] [package.dependencies] @@ -2223,4 +2223,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f910002a395c56c8deaf21a4e8ca69995fda28759097a3d6de39867c967c9482" +content-hash = "d4dae3b3afa093b58431808c1a6b70ed863821a13c5f5126b2b9430b71b99868" diff --git a/pyproject.toml b/pyproject.toml index a0af5bcf..10e19fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mkdocs-macros-plugin = "^1.0.5" invoke = "^2.2.0" rich = "^13.8.0" typos = "^1.24.5" -fastapi = "^0.113.0" +fastapi = "^0.114.0" ruff = "^0.6.4" mkdocs-quiz = "^0.0.41"