From f78af402af98ba7161fad5fc5018bf208d2ad195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:48:16 +0000 Subject: [PATCH] Bump fastapi from 0.115.4 to 0.115.6 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.4 to 0.115.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.115.6) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 734ed3a..00a07f6 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -512,13 +512,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fastapi" -version = "0.115.4" +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.4-py3-none-any.whl", hash = "sha256:0b504a063ffb3cf96a5e27dc1bc32c80ca743a2528574f9cdc77daa2d31b4742"}, - {file = "fastapi-0.115.4.tar.gz", hash = "sha256:db653475586b091cb8b2fec2ac54a680ac6a158e07406e1abae31679e8826349"}, + {file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"}, + {file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"}, ] [package.dependencies] @@ -3057,4 +3057,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "4b77edd4ee6dcbf7717fd30b269924d00d461e9812e82aa3c6878dd62509f1e9" +content-hash = "0a7c00a1572549e11e9da847da7d59281574905e9693c1ea00158921147ebf15" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 56a1348..1d4ee17 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ build = "poetry.core.masonry.api.build" [tool.poetry.dependencies] python = ">=3.10,<3.12" waybackpy = "^3.0.6" -fastapi = {extras = ["standard"], version = "^0.115.0"} +fastapi = {extras = ["standard"], version = "^0.115.6"} pandas = "^2.0.3" pymongo = {extras = ["srv"], version = "^4.10.1"} python-dotenv = "^1.0.0"