Skip to content

Commit

Permalink
Merge pull request #35 from opsmill/wvd-20250108-update-nornir
Browse files Browse the repository at this point in the history
Update nornir to v3.5.0
  • Loading branch information
wvandeun authored Jan 10, 2025
2 parents 9c58266 + e027fb9 commit c577977
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nornir-infrahub"
version = "1.0.1"
version = "1.0.2"
description = "Nornir plugin for Infrahub"
authors = ["OpsMill <info@opsmill.com>"]
readme = "README.md"
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit c577977

Please sign in to comment.