From 467806d8c3bf48c328235984d5935814ca425c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:33:28 +0000 Subject: [PATCH] Bump fastapi from 0.115.6 to 0.115.8 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.6 to 0.115.8. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.6...0.115.8) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b823dc2c2..55b7fa13a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "pytest-cov==6.0.0", "hypothesis==6.123.2", "pytest-mock==3.14.0", - "fastapi==0.115.6", + "fastapi==0.115.8", "httpx==0.28.1", "mpi4py==4.0.1", "kaleido==0.2.1",