From 4f6cfa565973e9e907768e7fbc5a41dce6ce7a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:10:53 +0000 Subject: [PATCH] Update keystoneauth1 requirement from ~=5.1.0 to ~=5.10.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 e5545b8a..b98dedf2 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.10.0 filelock~=3.16.1 schema~=0.7.7 \ No newline at end of file