Skip to content

Commit

Permalink
Loosen dependency version
Browse files Browse the repository at this point in the history
Ensure nautobot-device-onboarding v4.0.0 can be installed
  • Loading branch information
alhogan authored Aug 29, 2024
1 parent e850c09 commit 183be0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin_example/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Network to Code <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8,<3.12"
nautobot = "^2.0.0"
nautobot-device-onboarding = "^3.0.0"
nautobot-device-onboarding = ">=3.0.0,<5.0.0"

[tool.poetry.dev-dependencies]
bandit = "*"
Expand Down Expand Up @@ -45,4 +45,4 @@ exclude = '''

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 183be0c

Please sign in to comment.