From fe29d4b76598b255942ab840bcb85b33cf026cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:30:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20fastapi=20from=200.115.8=20t?= =?UTF-8?q?o=200.115.10?= 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.8 to 0.115.10. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.10) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0fbd4b3..bfbdacf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -272,13 +272,13 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.115.8" +version = "0.115.10" 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.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"}, - {file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"}, + {file = "fastapi-0.115.10-py3-none-any.whl", hash = "sha256:47346c5437e933e68909a835cf63890a9bd52fb6091b2499b996c08a01ca43a5"}, + {file = "fastapi-0.115.10.tar.gz", hash = "sha256:920cdc95c1c6ca073656deae80ad254512d131031c2d7759c87ae469572911ee"}, ] [package.dependencies] @@ -293,7 +293,7 @@ pydantic-extra-types = {version = ">=2.0.0", optional = true, markers = "extra = pydantic-settings = {version = ">=2.0.0", optional = true, markers = "extra == \"all\""} python-multipart = {version = ">=0.0.18", optional = true, markers = "extra == \"all\""} pyyaml = {version = ">=5.3.1", optional = true, markers = "extra == \"all\""} -starlette = ">=0.40.0,<0.46.0" +starlette = ">=0.40.0,<0.47.0" typing-extensions = ">=4.8.0" ujson = {version = ">=4.0.1,<4.0.2 || >4.0.2,<4.1.0 || >4.1.0,<4.2.0 || >4.2.0,<4.3.0 || >4.3.0,<5.0.0 || >5.0.0,<5.1.0 || >5.1.0", optional = true, markers = "extra == \"all\""} uvicorn = {version = ">=0.12.0", extras = ["standard"], optional = true, markers = "extra == \"all\""} @@ -1974,4 +1974,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "34b515e7bd3507edc23c16fb03ad32541bf65b9dc218ebf844779cb2f676f8f4" +content-hash = "1517a04e2a96ce56c53706ecc3d1582d6b9e561e1cf9f390c5180c7e5303f1e9" diff --git a/pyproject.toml b/pyproject.toml index 32f17d3..3e601fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ black = "^25.1.0" ruff = "^0.9.4" mypy = "^1.14.1" pre-commit = "^4.1.0" -fastapi = {extras = ["all"], version = "^0.115.8"} +fastapi = {extras = ["all"], version = "^0.115.10"} uvicorn = "^0.34.0" starlette = "^0.45.3" requests = "^2.32.3"