From 6ebcf26abc1e15f641fb4e4888400db8df7847c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:07:58 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.101.0 to ~=0.115.2 --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-rest.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-rest.txt b/requirements-rest.txt index 5c48187c..64efe8a4 100644 --- a/requirements-rest.txt +++ b/requirements-rest.txt @@ -8,7 +8,7 @@ python-openstackclient==6.0.0 PyYAML~=6.0 shortuuid~=1.0.13 sshtunnel~=0.4.0 -fastapi~=0.113.0 +fastapi~=0.115.2 python-multipart uvicorn~=0.23.2 httpx \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index acb744f8..0426900f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ sympy~=1.12 seedir~=0.5.0 cryptography~=43.0.1 uvicorn~=0.30.6 -fastapi~=0.101.0 +fastapi~=0.115.2 pydantic~=2.9.2 keystoneauth1~=5.1.0 filelock~=3.16.1