From d054876f54ed72d663d89c152c62ca728cecaa59 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Wed, 8 Jan 2025 10:00:17 -0800 Subject: [PATCH] Force lock file update to fix GH-actions cacheing issue --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43558a96..d6c36a0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3660,4 +3660,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "610a832940fa1a66e96ca01470b24a1ae4d5e6c436272c7a7136a5671255b498" +content-hash = "cc14d501972aa56e454bffcb6c135c358adee0fa243c36fb8eed7564ee967d77" diff --git a/pyproject.toml b/pyproject.toml index efcec7f0..048f6110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "*" @@ -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"