From 4252c69d61acdec51debfc194b580e73d9918e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:16:05 +0000 Subject: [PATCH] Bump fastapi from 0.114.1 to 0.114.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.1 to 0.114.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.1...0.114.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 2c3cf5e3..3c7956c6 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.114.2", "uvicorn[standard]==0.30.6", "httpx[http2]==0.27.2", "python-multipart==0.0.9",