Skip to content

Commit d054876

Browse files
committed
Force lock file update to fix GH-actions cacheing issue
1 parent bae253d commit d054876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python = ">=3.9,<4.0"
3131
"ruamel.yaml" = ">=0.17"
3232
# importlib.metadata has an API change in 3.10 and is no longer provisional
3333
importlib-metadata = { version = "^4", python = "<3.10" }
34-
setuptools = ">=42.0.0"
34+
setuptools = ">=43.0.0"
3535

3636
[tool.poetry.group.dev.dependencies]
3737
decorator = "*"
@@ -48,7 +48,7 @@ nornir-utils = "0.2.0"
4848
junos-eznc = { git = "https://github.com/ktbyers/py-junos-eznc.git", rev = "468b0019ebad8361958604efafa83f009ef75683" }
4949
napalm = { git = "https://github.com/napalm-automation/napalm", rev = "e2f8e7e24f9cff5fc4ce5d67ab0a4d5e9fce097b" }
5050
nornir-napalm = "0.5.0"
51-
# ncclient 0.6.16 broke Windows support; should be fixed in next release of ncclient
51+
# ncclient 0.6.16 broke Windows support; should be fixed in next release of ncclient.
5252
ncclient = "0.6.15"
5353
ruff = "^0.4.9"
5454

0 commit comments

Comments
 (0)