From 121ef41766f67993ef55420e4eb8023efc3c9537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:13:25 +0000 Subject: [PATCH] Bump fastapi[all] from 0.105.0 to 0.115.0 Bumps [fastapi[all]](https://github.com/fastapi/fastapi) from 0.105.0 to 0.115.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.105.0...0.115.0) --- updated-dependencies: - dependency-name: fastapi[all] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09bcf61..a64c054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "flightgear-python==1.6.0", - "fastapi[all]==0.105.0", + "fastapi[all]==0.115.0", "hydra-core==1.3.2", "loguru==0.7.2", "lxml==5.1.0",