From 827f68ebcdb26a30c4b8db50a736c8c25a194e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:28:37 +0000 Subject: [PATCH] Bump fastapi from 0.114.1 to 0.115.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.1 to 0.115.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.1...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 6c1622b..e31e838 100644 --- a/poetry.lock +++ b/poetry.lock @@ -233,13 +233,13 @@ files = [ [[package]] name = "fastapi" -version = "0.114.1" +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.114.1-py3-none-any.whl", hash = "sha256:5d4746f6e4b7dff0b4f6b6c6d5445645285f662fe75886e99af7ee2d6b58bb3e"}, - {file = "fastapi-0.114.1.tar.gz", hash = "sha256:1d7bbbeabbaae0acb0c22f0ab0b040f642d3093ca3645f8c876b6f91391861d8"}, + {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, + {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, ] [package.dependencies] @@ -1267,4 +1267,4 @@ premium = ["selenium (>=4.10.0,<5.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "020f150a965ccd7326c5f16db860af2ce77f8d5aab7f8fd4e45a2acdd87f245e" +content-hash = "779c5d8407c190ba0012dd893ec9655257904ea3db75d8bb5251d2c2024aaa85" diff --git a/pyproject.toml b/pyproject.toml index b5bc6f3..965b771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -fastapi = "^0.114.1" +fastapi = "^0.115.0" requests = "^2.32.3" psycopg2-binary = "^2.9.9" python-dateutil = "^2.9.0.post0"