Skip to content

Commit

Permalink
updated nornir dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Feb 27, 2021
1 parent 3ce6a1a commit f719ce7
Showing 1 changed file with 2 additions and 2 deletions.
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 = "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 <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -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]
Expand Down

0 comments on commit f719ce7

Please sign in to comment.