From 446baa418c54df5279adf67cb4d61a6347126a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:51:46 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26b8eff..fb9c9d8 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "elasticsearch[async]==8.15.1", "opensearch-py[async]==2.7.1", "boto3>=1.34.144,<1.36.0", - "fastapi==0.114.1", + "fastapi==0.115.0", "uvicorn[standard]==0.30.6", "httpx[http2]==0.27.2", "python-multipart==0.0.10",