diff --git a/plugins/plugin_example/pyproject.toml b/plugins/plugin_example/pyproject.toml index a7cee818b..10555cb4d 100644 --- a/plugins/plugin_example/pyproject.toml +++ b/plugins/plugin_example/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Network to Code "] [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 = "*" @@ -45,4 +45,4 @@ exclude = ''' [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"