From 3674610cec6c601cd9c1aab7607f65ba6850c832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:02:02 +0000 Subject: [PATCH] Update keystoneauth1 requirement from ~=5.1.0 to ~=5.8.0 Updates the requirements on [keystoneauth1](https://docs.openstack.org/keystoneauth/latest/) to permit the latest version. --- updated-dependencies: - dependency-name: keystoneauth1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acb744f8..421e947e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,6 @@ cryptography~=43.0.1 uvicorn~=0.30.6 fastapi~=0.101.0 pydantic~=2.9.2 -keystoneauth1~=5.1.0 +keystoneauth1~=5.8.0 filelock~=3.16.1 schema~=0.7.7 \ No newline at end of file