From fd49d4e3c6d715e3f2fa6443ca207023ae07eaba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:02:54 +0000 Subject: [PATCH] Update dependency python-neutronclient to v12 Signed-off-by: Renovate Bot --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 91b4d49..d809eaa 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 51a5560..daa6fa3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6d5499d4ccb0f30954fb66048ab265a8c7d3f760e6b8155ed58f2ec159e8e6ea" + "sha256": "b5bdef209faf661dccfdd94ff868a0c3ec04e874bde8c755c3ffd93ebd770778" }, "pipfile-spec": 6, "requires": { @@ -750,12 +750,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 509eb80..18b74c0 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