diff --git a/Pipfile b/Pipfile index 939a662..0e99a05 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 = "==12.0.0" +python-neutronclient = "==13.0.0" tabulate = "==0.10.0" typer = "==0.27.0" diff --git a/Pipfile.lock b/Pipfile.lock index 994f342..9a8ac3e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "23c18dbb3516153ffcb71f854eccf0c4d7a087712eca99f7fed89e755f4b074a" + "sha256": "190c16c9d216812e582f88c54348d2ae106289b33c6003a80fa1bb7df558852b" }, "pipfile-spec": 6, "requires": { @@ -730,12 +730,12 @@ }, "python-neutronclient": { "hashes": [ - "sha256:624a735ccd6d1e7405aba08309e058cddf7de7c477195ec31e4752d794a54437", - "sha256:f9ea3631101aa5ab833c26c30d27b48afac70a9333bb66c2fa1fb8072b8f93d6" + "sha256:b1a64ef5f274a1fdbf5acf96b981847ed31ec8ada022e137a5953efa91bf4af9", + "sha256:c5fd856adf3dc02cc5f31f9a76f4591d50af48cdfaad25b6e99b1291b543f95a" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==12.0.0" + "version": "==13.0.0" }, "pyyaml": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 69eba9d..ff59394 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==12.0.0 +python-neutronclient==13.0.0 tabulate==0.10.0 typer==0.27.0