From 9dc5aa311695b3929e4629906d1ecb0834195525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:26:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20fastapi=20from=200.115.5=20t?= =?UTF-8?q?o=200.115.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.5 to 0.115.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.5...0.115.6) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1a6fe6b..df46097 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,13 +284,13 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.115.5" +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.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"}, - {file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"}, + {file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"}, + {file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"}, ] [package.dependencies] @@ -1957,4 +1957,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "2e95bb75ec35fe1928f9874ec4a0b9289340fed904db096276a22102b909b8fc" +content-hash = "cf21ab9aca0b6e248e67a25e154c4f1fb6a68b27e86901a73796b1e41c861a55" diff --git a/pyproject.toml b/pyproject.toml index 202b001..d4f8330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ black = "^24.10.0" ruff = "^0.8.1" mypy = "^1.13.0" pre-commit = "^4.0.1" -fastapi = {extras = ["all"], version = "^0.115.5"} +fastapi = {extras = ["all"], version = "^0.115.6"} uvicorn = "^0.32.1" starlette = "^0.41.3" requests = "^2.32.3"