From d26ca727d8d36b85cc1de37b451bc5d4ef409af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:50:02 +0000 Subject: [PATCH] Bump fastapi from 0.112.2 to 0.114.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.2 to 0.114.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.2...0.114.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c1a7b11b..af027053 100644 --- a/poetry.lock +++ b/poetry.lock @@ -741,13 +741,13 @@ files = [ [[package]] name = "fastapi" -version = "0.112.2" +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.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"}, - {file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"}, + {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, + {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, ] [package.dependencies] @@ -2597,4 +2597,4 @@ starlette = ["aioitertools", "starlette"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "3678bfd659a8819b5b792e20944d99a4f28febaf8f8950b628463ce73acb89dd" +content-hash = "5209c289993b3696d04224d40b0d9ef2ce80edde3db60d6de271b45398d9818f" diff --git a/pyproject.toml b/pyproject.toml index 980d962a..e1b05039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ jsonschema-path = "^0.3.1" jsonschema = "^4.18.0" multidict = {version = "^6.0.4", optional = true} aioitertools = {version = ">=0.11,<0.13", optional = true} -fastapi = {version = ">=0.111,<0.113", optional = true} +fastapi = {version = ">=0.111,<0.115", optional = true} [tool.poetry.extras] django = ["django"] @@ -111,7 +111,7 @@ aiohttp = "^3.8.4" pytest-aiohttp = "^1.0.4" bump2version = "^1.0.1" pyflakes = "^3.1.0" -fastapi = ">=0.111,<0.113" +fastapi = ">=0.111,<0.115" [tool.poetry.group.docs.dependencies] sphinx = ">=5.3,<8.0"