-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pins, hopefully last release in support of nornir 2.x
- Loading branch information
1 parent
b8cc52c
commit 07416be
Showing
5 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
tox>=3.14.6 | ||
tox>=3.16.1 | ||
black>=19.10b0 | ||
isort>=4.3.21 | ||
mypy>=0.770 | ||
pytest>=5.4.1 | ||
pytest-cov>=2.8.1 | ||
isort==4.3.21 | ||
mypy>=0.782 | ||
pytest>=5.4.3 | ||
pytest-cov>=2.10.0 | ||
pylama>=7.7.1 | ||
pycodestyle>=2.5.0 | ||
pycodestyle>=2.6.0 | ||
pydocstyle>=5.0.2 | ||
pylint>=2.4.4 | ||
pylint>=2.5.3 | ||
textfsm>=1.1.0 | ||
ntc_templates>=1.4.0 | ||
pdoc3>=0.7.5 | ||
pdoc3>=0.8.3 | ||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
scrapli>=2020.04.11 | ||
scrapli>=2020.04.11,<=2020.06.06 | ||
nornir>=2.4.0,<3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="nornir_scrapli", | ||
version="2020.04.11", | ||
version="2020.07.12", | ||
author=__author__, | ||
author_email="[email protected]", | ||
description="scrapli Nornir plugin", | ||
|