From 65cbdafec0db3f21e7b9755125f56595a1732aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:23:02 +0000 Subject: [PATCH] Bump fastapi from 0.114.0 to 0.115.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.0 to 0.115.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.0...0.115.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25fba203..2680dc83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -723,18 +723,18 @@ files = [ [[package]] name = "fastapi" -version = "0.114.0" +version = "0.115.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, - {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, + {file = "fastapi-0.115.2-py3-none-any.whl", hash = "sha256:61704c71286579cc5a598763905928f24ee98bfcc07aabe84cfefb98812bbc86"}, + {file = "fastapi-0.115.2.tar.gz", hash = "sha256:3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.37.2,<0.39.0" +starlette = ">=0.37.2,<0.41.0" typing-extensions = ">=4.8.0" [package.extras] @@ -2814,4 +2814,4 @@ starlette = ["aioitertools", "starlette"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "cbc13c34f209528f9850b380b1a6c0781b870755031144a13792ef4cd85add09" +content-hash = "e0be2929b4ad4d642bf9025b3a749966e6d78b8e6d09ae3eb3574a0151c4e80b" diff --git a/pyproject.toml b/pyproject.toml index d58023a0..de2da306 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.115", optional = true} +fastapi = {version = ">=0.111,<0.116", 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.115" +fastapi = ">=0.111,<0.116" [tool.poetry.group.docs.dependencies] mkdocs = "^1.6.1"