From 08f3026479e45f6f40a3479e7c88e19cf58e3950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:26:56 +0000 Subject: [PATCH] Update dependency python-neutronclient to v12 Signed-off-by: Renovate Bot --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 674ddaf..8af347a 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ loguru = "==0.7.3" openstacksdk = "==4.10.0" os-client-config = "==2.3.0" python-ldap = "==3.4.7" -python-neutronclient = "==11.8.0" +python-neutronclient = "==12.0.0" tabulate = "==0.10.0" typer = "==0.26.6" diff --git a/Pipfile.lock b/Pipfile.lock index cbc48e8..9cfc5b5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "50b4b10d9722726d69a529161a5b84f263ca683c0e75e037b96ec510d6063f1e" + "sha256": "b8e973b53ee08f9dae2193e8c634756957d1fba668a4581fedf980f08e57d81a" }, "pipfile-spec": 6, "requires": { @@ -388,11 +388,11 @@ }, "idna": { "hashes": [ - "sha256:466e48829084efe2548012b855df21540b96f2e20e51bd124c851536556a592c", - "sha256:5eb0cb53bc467c12eadcf6de83163ad8527cec9416f44b9b61b19caedad2b87f" + "sha256:7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2", + "sha256:ffb385a7e039654cef1ab9ef32c6fafe283c0c0467bba1d9029738ce4a14a848" ], "markers": "python_version >= '3.9'", - "version": "==3.17" + "version": "==3.18" }, "iso8601": { "hashes": [ @@ -749,12 +749,12 @@ }, "python-neutronclient": { "hashes": [ - "sha256:6ea711eb88fcde47523250ac829cb9b9da8bc0bf2dd0205add4e1c9a4cce0515", - "sha256:f0bbb3f14f11a89cbb8489fa7b1341067647403592e03956d7f79bb757d0befe" + "sha256:624a735ccd6d1e7405aba08309e058cddf7de7c477195ec31e4752d794a54437", + "sha256:f9ea3631101aa5ab833c26c30d27b48afac70a9333bb66c2fa1fb8072b8f93d6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==11.8.0" + "version": "==12.0.0" }, "pyyaml": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index bf15491..7117e98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ loguru==0.7.3 openstacksdk==4.10.0 os-client-config==2.3.0 python-ldap==3.4.7 -python-neutronclient==11.8.0 +python-neutronclient==12.0.0 tabulate==0.10.0 typer==0.26.6