diff --git a/poetry.lock b/poetry.lock index 83da7d6..eb4f88f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -465,19 +465,19 @@ files = [ [[package]] name = "nornir" -version = "3.4.1" +version = "3.5.0" description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "nornir-3.4.1-py3-none-any.whl", hash = "sha256:db079cb95e3baf855530f4f40cb6ee93f93e1bf3cb74ac08180546adb1b987b8"}, - {file = "nornir-3.4.1.tar.gz", hash = "sha256:82a90a3478a3890bef8ad51b256fa966e6e4ca326cbe20a230918ef907cf68c3"}, + {file = "nornir-3.5.0-py3-none-any.whl", hash = "sha256:7e273d7b2aa519fa84b4fbbeb74ac5df3595d80105009049f0157c72a345b0b2"}, + {file = "nornir-3.5.0.tar.gz", hash = "sha256:f0d212999a37bc5962534738c47099b3e11a45d8f7dc8bc855530f7fb73d2f64"}, ] [package.dependencies] importlib-metadata = {version = ">=4,<5", markers = "python_version < \"3.10\""} -mypy_extensions = ">=1.0.0,<2.0.0" "ruamel.yaml" = ">=0.17" +setuptools = ">=43.0.0" [[package]] name = "nornir-utils" @@ -1047,13 +1047,13 @@ files = [ [[package]] name = "setuptools" -version = "75.7.0" +version = "75.8.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" files = [ - {file = "setuptools-75.7.0-py3-none-any.whl", hash = "sha256:84fb203f278ebcf5cd08f97d3fb96d3fbed4b629d500b29ad60d11e00769b183"}, - {file = "setuptools-75.7.0.tar.gz", hash = "sha256:886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f"}, + {file = "setuptools-75.8.0-py3-none-any.whl", hash = "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3"}, + {file = "setuptools-75.8.0.tar.gz", hash = "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"}, ] [package.extras] @@ -1280,4 +1280,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "25e7144dd8548cbb74e7a4dae8a5928ed22ebe18ae0bd6b8150f67e2de36c781" +content-hash = "09b4e9724e435ee16d1d271cd31a11b8463c2d88485bbc720ffe6fc5ae5b7612" diff --git a/pyproject.toml b/pyproject.toml index d49b47f..8036b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nornir-infrahub" -version = "1.0.1" +version = "1.0.2" description = "Nornir plugin for Infrahub" authors = ["OpsMill "] readme = "README.md" @@ -26,7 +26,7 @@ packages = [{ include = "nornir_infrahub" }] python = "^3.9, <3.13" infrahub-sdk = { version = "^1,>=1.3.0", extras = ["tests"] } ruamel-yaml = "^0.18.5" -nornir = "^3.4.1" +nornir = "^3.5" nornir-utils = "^0.2.0" python-slugify = "^8.0.1" pydantic = ">=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0" @@ -40,7 +40,6 @@ pytest-asyncio = "^0.21.1" types-python-slugify = "*" invoke = "2.2.0" yamllint = "*" -setuptools = "^75.7.0" [tool.coverage.run] branch = true