From 3921a88fb9e1e0064a92a8ed728131654ed8b222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:53:33 +0000 Subject: [PATCH] build(deps): bump fastapi from 0.115.3 to 0.115.6 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.3 to 0.115.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.3...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 8eff8ee..f47a86f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1149,13 +1149,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "fastapi" -version = "0.115.3" +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.3-py3-none-any.whl", hash = "sha256:8035e8f9a2b0aa89cea03b6c77721178ed5358e1aea4cd8570d9466895c0638c"}, - {file = "fastapi-0.115.3.tar.gz", hash = "sha256:c091c6a35599c036d676fa24bd4a6e19fa30058d93d950216cdc672881f6f7db"}, + {file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"}, + {file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"}, ] [package.dependencies] @@ -3228,4 +3228,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "b111f89991be0dfc6b9803dd4317aef4e8de0fc9b97df1e4dbea1d904780ef53" +content-hash = "6fbc39eab0ba6a8b97cd73015a88758783640e39e4fe4ccb5a0e62ea3075b5f8" diff --git a/pyproject.toml b/pyproject.toml index 25e0400..1e28efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [{ include = "app" }] [tool.poetry.dependencies] python = ">=3.10,<3.13" -fastapi = "0.115.3" +fastapi = "0.115.6" uvicorn = "^0.18.3" SQLAlchemy = "^1.4.41" requests = "^2.28.1"