From 76f808fd0dd029c8f8aea59a5fc5628f0e169a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:16:49 +0000 Subject: [PATCH] Bump fastapi from 0.112.4 to 0.115.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.4 to 0.115.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.4...0.115.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 548f57a..fea3023 100644 --- a/poetry.lock +++ b/poetry.lock @@ -448,13 +448,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "fastapi" -version = "0.112.4" +version = "0.115.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.4-py3-none-any.whl", hash = "sha256:6d4f9c3301825d4620665cace8e2bc34e303f61c05a5382d1d61a048ea7f2f37"}, - {file = "fastapi-0.112.4.tar.gz", hash = "sha256:b1f72e1f72afe7902ccd639ba320abb5d57a309804f45c10ab0ce3693cadeb33"}, + {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, + {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, ] [package.dependencies] @@ -1861,4 +1861,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1570d96707309270f67c2dc58c9bd82c1c5deab0620f3386ffda981f5e9dbe44" +content-hash = "f778c9c5677b829daed67fffc57ee1612fbd2ccb0cc77ed6c48a271d1827f476" diff --git a/pyproject.toml b/pyproject.toml index b0442b8..bc2b3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers =[ python = "^3.12" dash = "^2.18.1" dash-bootstrap-components = "^1.6.0" -fastapi = "^0.112.0" +fastapi = "^0.115.0" fastapi-versioning = "^0.10.0" flask-caching = "^2.3.0" gunicorn = "^23.0.0"