Skip to content

Commit

Permalink
Force lock file update to fix GH-actions cacheing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 8, 2025
1 parent bae253d commit d054876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python = ">=3.9,<4.0"
"ruamel.yaml" = ">=0.17"
# importlib.metadata has an API change in 3.10 and is no longer provisional
importlib-metadata = { version = "^4", python = "<3.10" }
setuptools = ">=42.0.0"
setuptools = ">=43.0.0"

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

Expand Down

0 comments on commit d054876

Please sign in to comment.