From a77f696ccb56fd926a10c52180756036deda660c Mon Sep 17 00:00:00 2001 From: Dmitry Figol Date: Mon, 3 Feb 2020 18:07:45 +0100 Subject: [PATCH 1/3] Less strict netmiko dependency constraints (#1116) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 311bd2eab..b8f27fd59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ jinja2 netaddr pyYAML pyeapi>=0.8.2 -netmiko==3.0.0 +netmiko>=3.0.0 junos-eznc>=2.2.1 ciscoconfparse scp From 21cca70062db6432cc3b0198d9aa875afcd6d732 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:03:48 -0800 Subject: [PATCH 2/3] Bump mock from 3.0.5 to 4.0.1 (#1120) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5a51d31cd..8336a3d10 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,5 +7,5 @@ pytest-cov==2.8.1 pytest-json==0.4.0 pytest-pythonpath==0.7.3 pylama==7.7.1 -mock==3.0.5 +mock==4.0.1 tox==3.14.3 From 79749b5db55cff12d63829c84253a78e2ccc6bd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:12:26 -0800 Subject: [PATCH 3/3] Bump pytest from 5.3.3 to 5.3.5 (#1114) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8336a3d10..825085f4a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ black==19.10b0 coveralls==1.10.0 ddt==1.2.1 flake8-import-order==0.18.1 -pytest==5.3.3 +pytest==5.3.5 pytest-cov==2.8.1 pytest-json==0.4.0 pytest-pythonpath==0.7.3