From f719ce7306d5026acd8ffaf1760abb7d12a098ba Mon Sep 17 00:00:00 2001 From: David Barroso Date: Sat, 27 Feb 2021 10:27:38 +0100 Subject: [PATCH] updated nornir dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7bc556..8db2e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nornir_utils" -version = "0.1.1" +version = "0.1.2" description = "Collection of plugins and functions for nornir that don't require external dependencies" authors = ["David Barroso "] license = "Apache-2.0" @@ -10,7 +10,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.6" -nornir = { version = "~3.0.0b1", allow-prereleases = true } +nornir = { version = "~3", allow-prereleases = true } colorama = "^0.4.3" [tool.poetry.dev-dependencies]