From 183be0cc726a28b732079bfa1b32190c55cfc379 Mon Sep 17 00:00:00 2001 From: Allen Hogan <98360253+alhogan@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:38:29 -0500 Subject: [PATCH] Loosen dependency version Ensure nautobot-device-onboarding v4.0.0 can be installed --- plugins/plugin_example/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"