Skip to content

Commit

Permalink
Merge pull request #78 from nautobot/u/snaselj-fix-deps
Browse files Browse the repository at this point in the history
Downgrade importlib-resources
  • Loading branch information
Kircheneer committed Mar 4, 2024
2 parents 2f9d93f + 4402aaf commit 11ca12f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions 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
@@ -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 <cristian.sirbu@networktocode.com>", "Leo Kirchner <leo.kirchner@networktocode.com>"]
license = "Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 11ca12f

Please sign in to comment.