From 17a8a5b4d37e0f3f91d972bee7bf161eee312fe2 Mon Sep 17 00:00:00 2001 From: Jan Snasel Date: Mon, 4 Mar 2024 09:47:55 +0000 Subject: [PATCH 1/2] fix: Bump importlib-resources ">=6.0.0" => ">=5.12.0" to keep backward compatibility --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60342e5..c76488a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "appnope" @@ -454,21 +454,21 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs [[package]] name = "importlib-resources" -version = "6.0.0" +version = "5.12.0" description = "Read resources from Python packages" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" files = [ - {file = "importlib_resources-6.0.0-py3-none-any.whl", hash = "sha256:d952faee11004c045f785bb5636e8f885bed30dc3c940d5d42798a2a4541c185"}, - {file = "importlib_resources-6.0.0.tar.gz", hash = "sha256:4cf94875a8368bd89531a756df9a9ebe1f150e0f885030b461237bc7f2d905f2"}, + {file = "importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a"}, + {file = "importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6"}, ] [package.dependencies] zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-ruff"] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] [[package]] name = "iniconfig" @@ -1581,4 +1581,4 @@ all = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "53643edeece86526c59b56d4b8ea2d34415cac61525a4d96dc4ec98961d3dcf0" +content-hash = "d64a295a4f8ea42a76364f061d8d0f92e1489944cdf949d4ca5fec28b5d525f7" diff --git a/pyproject.toml b/pyproject.toml index 68042ec..9f4121f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ ] [tool.poetry.dependencies] -importlib-resources = ">=6.0.0" +importlib-resources = ">=5.12.0" pylint = ">=2.17.5" python = ">=3.8,<3.12" pyyaml = ">=6.0.1" From 4402aafd772bc88c8f8fa6a367c5d9170951dcaf Mon Sep 17 00:00:00 2001 From: Jan Snasel Date: Mon, 4 Mar 2024 09:54:56 +0000 Subject: [PATCH 2/2] chore: Bump package version `0.2.2b1` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f4121f..dfe27da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylint-nautobot" -version = "0.2.1" +version = "0.2.2b1" description = "Custom Pylint Rules for Nautobot" authors = ["Cristian Sirbu ", "Leo Kirchner "] license = "Apache-2.0"