From 363a8adf98bc9745e0c2c4f7967aad23a9cc6559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:36:14 +0000 Subject: [PATCH] Update openstacksdk requirement from <=0.98.999 to <=2.0.0 Updates the requirements on [openstacksdk](https://docs.openstack.org/openstacksdk/) to permit the latest version. --- updated-dependencies: - dependency-name: openstacksdk 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 c88dd4f..cdb10c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ # TODO check which collection version should be used # https://github.com/openstack/ansible-collections-openstack # take a look at the notes about OpenStack SDK 1.0 -openstacksdk<=0.98.999 +openstacksdk<=2.0.0 ansible==7.5.0 pre-commit==3.5.0