From 767a563cd5627c200f2f3602da3e1572fb52a5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:20:34 +0000 Subject: [PATCH] Bump fastapi from 0.115.0 to 0.115.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.0 to 0.115.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.115.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2be1771..a3f2b33e 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.115.0", + "fastapi==0.115.2", "uvicorn[standard]==0.32.0", "httpx[http2]==0.27.2", "python-multipart==0.0.12",