From f2b5eb91b47af4375975a99779b92e37e5680d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:02:12 +0000 Subject: [PATCH] Bump fastapi from 0.115.9 to 0.115.11 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.9 to 0.115.11. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.9...0.115.11) --- 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 31bf691..6acedd4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -636,18 +636,18 @@ gmpy2 = ["gmpy2"] [[package]] name = "fastapi" -version = "0.115.9" +version = "0.115.11" 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.9-py3-none-any.whl", hash = "sha256:4a439d7923e4de796bcc88b64e9754340fcd1574673cbd865ba8a99fe0d28c56"}, - {file = "fastapi-0.115.9.tar.gz", hash = "sha256:9d7da3b196c5eed049bc769f9475cd55509a112fbe031c0ef2f53768ae68d13f"}, + {file = "fastapi-0.115.11-py3-none-any.whl", hash = "sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64"}, + {file = "fastapi-0.115.11.tar.gz", hash = "sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f"}, ] [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.40.0,<0.46.0" +starlette = ">=0.40.0,<0.47.0" typing-extensions = ">=4.8.0" [package.extras] @@ -2045,4 +2045,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a933ccddf4455836f08354b1b4e9ab88ec74e098940cdd967c13af9897732bd4" +content-hash = "9fd8583824e6b0588ce40ed70e6d51ab27e06735b9674df85058aa623fff5a0d" diff --git a/pyproject.toml b/pyproject.toml index 4603f05..ec8a47b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" bcrypt = "^4.2.1" -fastapi = "^0.115.9" +fastapi = "^0.115.11" passlib = "^1.7.4" python-multipart = "^0.0.20" uvicorn = "^0.34.0"