From 3c21b6ad76b122d4dfe2f0afa5c4ef597b819d7b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 2 Aug 2024 12:54:43 -0500 Subject: [PATCH] fix: upgrade pynautobot to non-broken version pynautobot 2.0.1 was broken with tokens so update to the latest version. --- python/understack-workflows/poetry.lock | 21 +++++++++++---------- python/understack-workflows/pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/python/understack-workflows/poetry.lock b/python/understack-workflows/poetry.lock index 579608e00..f1f9da7ef 100644 --- a/python/understack-workflows/poetry.lock +++ b/python/understack-workflows/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -639,13 +639,13 @@ tzdata = {version = ">=2022.4", markers = "python_version >= \"3.9\""} [[package]] name = "packaging" -version = "24.1" +version = "23.2" description = "Core utilities for Python packages" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" files = [ - {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"}, - {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"}, + {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, + {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, ] [[package]] @@ -840,16 +840,17 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pynautobot" -version = "2.0.1" +version = "2.2.1" description = "Nautobot API client library" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "pynautobot-2.0.1-py3-none-any.whl", hash = "sha256:14f9f05ef4c9f8918a56e4892c3badd3c25679aaf5cc6292adcebd7e1ba419c7"}, - {file = "pynautobot-2.0.1.tar.gz", hash = "sha256:de8bf725570baa5bee3a47e2a0de01605ab97e852e5f534b3d8e54a4ed6e2043"}, + {file = "pynautobot-2.2.1-py3-none-any.whl", hash = "sha256:52d3d0581f25fc1157dce666fb8b4e0fc0491dfab02d1b72fd78aca4a9258be7"}, + {file = "pynautobot-2.2.1.tar.gz", hash = "sha256:0fa0fc2cbac8372d7cdf1d1e0abc396842760bf4934e31aba8517ab2171f2828"}, ] [package.dependencies] +packaging = ">=23.2,<24.0" requests = ">=2.30.0,<3.0.0" urllib3 = ">=1.21.1,<1.27" @@ -1372,4 +1373,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11.0" -content-hash = "33e9c07ea091bcda87a5d3f9e70468a8c5c2e1632dab2ca8172ed9eac32c5871" +content-hash = "383fdb950c62c8e6f7757875e27b2db9acc51222fab8fcdaec7aa3e5c5d45d8a" diff --git a/python/understack-workflows/pyproject.toml b/python/understack-workflows/pyproject.toml index 859078d11..933349ecd 100644 --- a/python/understack-workflows/pyproject.toml +++ b/python/understack-workflows/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ python = "~3.11.0" pydantic = "^2" -pynautobot = "^2" +pynautobot = "^2.2.1" python-ironicclient = "^5" sushy = "^5" # required by sushy but not depended on by it