From c35db106d11b033bac2aa9281302c511aff5173f Mon Sep 17 00:00:00 2001 From: Travis Smith <141754521+tsm1th@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:11:44 +0000 Subject: [PATCH] Bumped pynautobot version and recreate poetry.lock --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d7cf627..0903e9ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiofiles" @@ -222,19 +222,19 @@ clipboard = ["antsibull-build[clipboard]"] [[package]] name = "antsibull-build" -version = "0.67.0" +version = "0.68.1" description = "Tools for building the Ansible Distribution" optional = false python-versions = ">=3.9" files = [ - {file = "antsibull_build-0.67.0-py3-none-any.whl", hash = "sha256:383f76c7bbf4e0439b4b7a5ca093b27d1082b97c508f44b57f5a76ceaeaed462"}, - {file = "antsibull_build-0.67.0.tar.gz", hash = "sha256:58f4a03a14617ac60af84ae90ac69782f5276fa7d68ae26c7b6ba5be6079ef99"}, + {file = "antsibull_build-0.68.1-py3-none-any.whl", hash = "sha256:5d70e69b8ae4a95bae49c67b33353374f93e943a82533c33052a9504a59bdb87"}, + {file = "antsibull_build-0.68.1.tar.gz", hash = "sha256:17ad2d22a62117e48a771656d296ea2599a3032b9d6ba0b89622ce19c0b91a84"}, ] [package.dependencies] aiofiles = "*" aiohttp = ">=3.0.0" -antsibull-changelog = ">=0.24.0" +antsibull-changelog = ">=0.31.0" antsibull-core = ">=3.1.0,<4.0.0" antsibull-docs-parser = ">=1.1.0,<2.0.0" antsibull-fileutils = ">=1.0.0,<2.0.0" @@ -1080,13 +1080,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.116.0" +version = "6.117.0" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.116.0-py3-none-any.whl", hash = "sha256:d30271214eae0d4758b72b408e9777405c7c7f687e14e8a42853adea887b2891"}, - {file = "hypothesis-6.116.0.tar.gz", hash = "sha256:9c1ac9a2edb77aacae1950d8ded6b3f40dbf8483097c88336265c348d2132c71"}, + {file = "hypothesis-6.117.0-py3-none-any.whl", hash = "sha256:a220aa68d34f6ef52902b8e774e9f53c267fe4af4963493383443560cab61335"}, + {file = "hypothesis-6.117.0.tar.gz", hash = "sha256:3d3b0c8026d1a48d25cd49e9a4096da03a766679da77485faac0d5349872544e"}, ] [package.dependencies] @@ -1888,13 +1888,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pynautobot" -version = "2.4.0" +version = "2.4.1" description = "Nautobot API client library" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "pynautobot-2.4.0-py3-none-any.whl", hash = "sha256:666924c80d798d2aa3473d982d402938c0ffadf2100efa6ea87567b94a44d055"}, - {file = "pynautobot-2.4.0.tar.gz", hash = "sha256:c9329f5d4fb52b16f9fcc4c001d5793ea2a6a10d71c64af3893158ac8f041751"}, + {file = "pynautobot-2.4.1-py3-none-any.whl", hash = "sha256:b40761e6429f02716720b811cda5c5bb184f3876a49bb2d4211b3c017ead9231"}, + {file = "pynautobot-2.4.1.tar.gz", hash = "sha256:239c4fd6b1daa00013bef19a473467504d3e1e7495220d0fb6a89f728dbbceaf"}, ] [package.dependencies] @@ -2600,4 +2600,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "e1fdb46c2f6cff1f3a8000bde9e705d68509366d24304c37fd7103748d3c88e4" +content-hash = "f226295ea03487649f8eb8e6f4fd8c5011baa8ba6a17b7b909b0fa0b8281f31f" diff --git a/pyproject.toml b/pyproject.toml index bdb79162..43bcbc6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "Apache 2.0" [tool.poetry.dependencies] python = ">=3.10,<4.0" netutils = "^1.2" -pynautobot = "^2.4.0" +pynautobot = "^2.4.1" ansible-core = "^2.16" [tool.poetry.dev-dependencies]