From 56d5383710869da8a48d2a24ea98ed6a9912dc9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:23:41 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.115.0 to 0.115.6 in /docs_src Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.0 to 0.115.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.115.6) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs_src/poetry.lock | 18 +++++++++--------- docs_src/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs_src/poetry.lock b/docs_src/poetry.lock index 11733879..3f03146a 100644 --- a/docs_src/poetry.lock +++ b/docs_src/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aioamqp" @@ -437,18 +437,18 @@ bcrypt = ["bcrypt"] [[package]] name = "fastapi" -version = "0.115.0" +version = "0.115.6" 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.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, - {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, + {file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"}, + {file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"}, ] [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.40.0,<0.42.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1133,13 +1133,13 @@ doc = ["sphinx"] [[package]] name = "starlette" -version = "0.37.2" +version = "0.41.3" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"}, - {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"}, + {file = "starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7"}, + {file = "starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835"}, ] [package.dependencies] @@ -2004,4 +2004,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "676a3fb7e418445340a216257a2044cf3e284fb3dad2048f3b0d0433773a725b" +content-hash = "bcb99f52fb9763c75c60e83e3c27883ea7377a4bb1c12d0f63941e3375274e7e" diff --git a/docs_src/pyproject.toml b/docs_src/pyproject.toml index 89b3c697..5b705d39 100644 --- a/docs_src/pyproject.toml +++ b/docs_src/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Filips Nastins "] [tool.poetry.dependencies] python = "^3.13" django = "^5.1.1" -fastapi = "^0.115.0" +fastapi = "^0.115.6" flask = "^3.0.1" httpx = "^0.27.2" structlog = "^24.4.0"