From bea3a6a8966db43d4e1b5b6fba58c0b05ea50240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:38:24 +0000 Subject: [PATCH] build(deps): bump openstacksdk from 3.1.0 to 4.0.0 Bumps [openstacksdk](https://docs.openstack.org/openstacksdk/) from 3.1.0 to 4.0.0. --- updated-dependencies: - dependency-name: openstacksdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3484fc50..8691605a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1958,13 +1958,13 @@ setuptools = "*" [[package]] name = "openstacksdk" -version = "3.1.0" +version = "4.0.0" description = "An SDK for building applications to work with OpenStack" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "openstacksdk-3.1.0-py3-none-any.whl", hash = "sha256:4ce8339b87633f3cae52be4a2e9d1c784fba52f3d60422b594a594b185c63bf3"}, - {file = "openstacksdk-3.1.0.tar.gz", hash = "sha256:707f15d7ec074ab2434b9a5e1984facab00f822d272f4c2a5de0d22a09eb79cd"}, + {file = "openstacksdk-4.0.0-py3-none-any.whl", hash = "sha256:93e472a47d50260162d14b235e68e04a7929776594d366a4f5318d15ab8582ef"}, + {file = "openstacksdk-4.0.0.tar.gz", hash = "sha256:e7860dd96b7053130923c11d571d25802b968f1e3138845cb7cac7c6b333bf4b"}, ] [package.dependencies] @@ -3415,4 +3415,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8094a8a7283dfa204b74402d860c50659e68d403e702aa22e92fe9f09a54453c" +content-hash = "3b0e36055af948122c3bbaf6709d730b54dd08b87946508b670213a2696da594" diff --git a/pyproject.toml b/pyproject.toml index 87a8b7fa..25f11a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ botocore = "^1.34.162" boto3-stubs = { extras = ["ec2"], version = "^1.35.35" } githubkit = { extras = ["auth-app"], version = "^0.11.8" } rq-scheduler = "^0.13.1" -openstacksdk = "^3.1.0" +openstacksdk = "^4.0.0" pyvmomi = "^8.0.3.0.1" vapi-runtime = { url = "https://raw.githubusercontent.com/vmware/vsphere-automation-sdk-python/v8.0.1.0/lib/vapi-runtime/vapi_runtime-2.40.0-py2.py3-none-any.whl" } vcenter-bindings = { url = "https://raw.githubusercontent.com/vmware/vsphere-automation-sdk-python/v8.0.1.0/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl" }