Bump to napalm==4.1.0

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-06-02 12:07:30 +01:00 committed by Pedro Algarvio
parent 7bbd386a1f
commit e4490e55bb
13 changed files with 425 additions and 102 deletions

View file

@ -26,8 +26,7 @@ keyring==5.7.1
kubernetes<4.0
libnacl>=1.7.1; sys_platform != 'win32' and sys_platform != 'darwin'
moto>=2.0.0
# Napalm pulls in pyeapi which does not work on Py3.10
napalm; sys_platform != 'win32' and python_version < '3.10'
napalm; sys_platform != 'win32'
paramiko>=2.10.1; sys_platform != 'win32' and sys_platform != 'darwin'
passlib[bcrypt]>=1.7.4
pyinotify>=0.9.6; sys_platform != 'win32' and sys_platform != 'darwin' and platform_system != "openbsd"

View file

@ -66,6 +66,7 @@ cffi==1.15.1
# -r requirements/static/ci/common.in
# bcrypt
# cryptography
# napalm
# pygit2
# pynacl
charset-normalizer==2.1.1
@ -131,6 +132,10 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
future==0.18.3
# via
# napalm
# textfsm
genshi==0.7.7
# via -r requirements/static/ci/common.in
geomet==0.1.2
@ -191,6 +196,7 @@ jinja2==3.1.2
# -r requirements/base.txt
# junos-eznc
# moto
# napalm
jmespath==1.0.1
# via
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
@ -201,7 +207,9 @@ jmespath==1.0.1
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
keyring==5.7.1
@ -219,6 +227,7 @@ looseversion==1.2.0
lxml==4.9.2
# via
# junos-eznc
# napalm
# ncclient
mako==1.2.4
# via -r requirements/static/ci/common.in
@ -251,10 +260,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via junos-eznc
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -266,7 +288,9 @@ packaging==23.1
paramiko==2.10.1
# via
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via -r requirements/static/ci/common.in
@ -309,6 +333,8 @@ pydantic==1.10.8
# via
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
# inflect
pyeapi==0.8.4
# via napalm
pygit2==1.9.1
# via -r requirements/static/ci/darwin.in
pynacl==1.3.0
@ -323,7 +349,9 @@ pyparsing==3.0.9
pyrsistent==0.17.3
# via jsonschema
pyserial==3.5
# via junos-eznc
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
@ -392,6 +420,8 @@ pyyaml==6.0
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -410,6 +440,7 @@ requests==2.31.0
# etcd3-py
# kubernetes
# moto
# napalm
# pyvmomi
# responses
# vcert
@ -423,7 +454,10 @@ rsa==4.7.2
s3transfer==0.6.1
# via boto3
scp==0.14.5
# via junos-eznc
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.3.2
@ -448,6 +482,7 @@ six==1.16.0
# pynacl
# python-dateutil
# pyvmomi
# textfsm
# transitions
# vcert
# virtualenv
@ -464,6 +499,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
# portend
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
@ -478,11 +518,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -63,6 +63,7 @@ cffi==1.15.1
# -r requirements/static/ci/common.in
# bcrypt
# cryptography
# napalm
# pygit2
# pynacl
charset-normalizer==2.1.1
@ -129,6 +130,10 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
future==0.18.3
# via
# napalm
# textfsm
genshi==0.7.7
# via -r requirements/static/ci/common.in
geomet==0.2.1.post1
@ -187,6 +192,7 @@ jinja2==3.1.2
# -r requirements/base.txt
# junos-eznc
# moto
# napalm
jmespath==1.0.1
# via
# -c requirements/static/ci/../pkg/py3.10/freebsd.txt
@ -197,7 +203,9 @@ jmespath==1.0.1
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
kazoo==2.9.0 ; sys_platform != "win32" and sys_platform != "darwin"
@ -215,6 +223,7 @@ looseversion==1.2.0
lxml==4.9.2
# via
# junos-eznc
# napalm
# ncclient
mako==1.2.4
# via -r requirements/static/ci/common.in
@ -247,10 +256,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via junos-eznc
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -263,7 +285,9 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# via
# -r requirements/static/ci/common.in
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via -r requirements/static/ci/common.in
@ -305,6 +329,8 @@ pydantic==1.10.8
# via
# -c requirements/static/ci/../pkg/py3.10/freebsd.txt
# inflect
pyeapi==0.8.4
# via napalm
pygit2==1.8.0
# via -r requirements/static/ci/freebsd.in
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
@ -321,7 +347,9 @@ pyparsing==3.0.9
pyrsistent==0.17.3
# via jsonschema
pyserial==3.5
# via junos-eznc
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
@ -390,6 +418,8 @@ pyyaml==6.0
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -408,6 +438,7 @@ requests==2.31.0
# etcd3-py
# kubernetes
# moto
# napalm
# pyvmomi
# responses
# vcert
@ -420,7 +451,10 @@ rsa==4.7.2
s3transfer==0.6.1
# via boto3
scp==0.14.5
# via junos-eznc
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.3.2
@ -446,6 +480,7 @@ six==1.16.0
# pynacl
# python-dateutil
# pyvmomi
# textfsm
# transitions
# vcert
# virtualenv
@ -460,6 +495,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.10/freebsd.txt
# portend
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.10/freebsd.txt
@ -474,11 +514,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.10/freebsd.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -71,6 +71,7 @@ cffi==1.15.1
# -r requirements/static/ci/common.in
# bcrypt
# cryptography
# napalm
# pygit2
# pynacl
charset-normalizer==2.1.1
@ -139,6 +140,10 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
future==0.18.3
# via
# napalm
# textfsm
genshi==0.7.7
# via -r requirements/static/ci/common.in
geomet==0.1.2
@ -206,6 +211,7 @@ jinja2==3.1.2
# ansible-core
# junos-eznc
# moto
# napalm
jmespath==1.0.1
# via
# -c requirements/static/ci/../pkg/py3.10/linux.txt
@ -216,7 +222,9 @@ jmespath==1.0.1
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
kazoo==2.9.0 ; sys_platform != "win32" and sys_platform != "darwin"
@ -234,6 +242,7 @@ looseversion==1.2.0
lxml==4.9.2
# via
# junos-eznc
# napalm
# ncclient
mako==1.2.4
# via -r requirements/static/ci/common.in
@ -266,10 +275,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via junos-eznc
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -283,7 +305,9 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# via
# -r requirements/static/ci/common.in
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via -r requirements/static/ci/common.in
@ -324,6 +348,8 @@ pydantic==1.10.8
# via
# -c requirements/static/ci/../pkg/py3.10/linux.txt
# inflect
pyeapi==0.8.4
# via napalm
pygit2==1.9.1 ; python_version >= "3.10"
# via -r requirements/static/ci/linux.in
pyiface==0.0.11
@ -346,7 +372,9 @@ pyparsing==3.0.9
pyrsistent==0.17.3
# via jsonschema
pyserial==3.5
# via junos-eznc
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
@ -421,6 +449,8 @@ pyyaml==6.0
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -443,6 +473,7 @@ requests==2.31.0
# etcd3-py
# kubernetes
# moto
# napalm
# python-consul
# pyvmomi
# responses
@ -463,7 +494,10 @@ rsa==4.7.2
s3transfer==0.6.1
# via boto3
scp==0.14.5
# via junos-eznc
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.3.2
@ -490,6 +524,7 @@ six==1.16.0
# python-consul
# python-dateutil
# pyvmomi
# textfsm
# transitions
# vcert
# virtualenv
@ -513,6 +548,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.10/linux.txt
# portend
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.2.5
# via
# -c requirements/static/ci/../pkg/py3.10/linux.txt
@ -527,6 +567,12 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
twilio==7.9.2
# via -r requirements/static/ci/linux.in
types-pyyaml==6.0.12.10
@ -534,6 +580,7 @@ types-pyyaml==6.0.12.10
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.10/linux.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -65,6 +65,7 @@ cffi==1.15.1
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
# -r requirements/static/ci/common.in
# cryptography
# napalm
# pygit2
# pynacl
charset-normalizer==2.1.1
@ -128,6 +129,10 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
future==0.18.3
# via
# napalm
# textfsm
genshi==0.7.7
# via -r requirements/static/ci/common.in
geomet==0.1.2
@ -188,6 +193,7 @@ jinja2==3.1.2
# -r requirements/base.txt
# junos-eznc
# moto
# napalm
jmespath==1.0.1
# via
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
@ -198,7 +204,9 @@ jmespath==1.0.1
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
keyring==5.7.1
@ -216,6 +224,7 @@ looseversion==1.2.0
lxml==4.9.2
# via
# junos-eznc
# napalm
# ncclient
mako==1.2.4
# via -r requirements/static/ci/common.in
@ -225,7 +234,6 @@ markupsafe==2.1.2
# -r requirements/base.txt
# jinja2
# mako
# moto
# werkzeug
mercurial==6.0.1
# via -r requirements/static/ci/darwin.in
@ -249,10 +257,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via junos-eznc
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -264,7 +285,9 @@ packaging==23.1
paramiko==3.2.0
# via
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via -r requirements/static/ci/common.in
@ -307,6 +330,8 @@ pydantic==1.10.8
# via
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
# inflect
pyeapi==0.8.4
# via napalm
pygit2==1.9.1
# via -r requirements/static/ci/darwin.in
pynacl==1.5.0
@ -321,7 +346,9 @@ pyparsing==3.0.9
pyrsistent==0.17.3
# via jsonschema
pyserial==3.5
# via junos-eznc
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
@ -380,7 +407,6 @@ python-gnupg==0.5.0
pytz==2023.3
# via
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
# moto
# tempora
pyvmomi==6.7.1.2018.12
# via -r requirements/static/ci/common.in
@ -391,6 +417,9 @@ pyyaml==6.0
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
pyzmq==25.1.0
@ -408,11 +437,12 @@ requests==2.31.0
# etcd3-py
# kubernetes
# moto
# napalm
# pyvmomi
# responses
# vcert
# vultr
responses==0.10.6
responses==0.23.1
# via moto
rfc3987==1.3.8
# via -r requirements/static/ci/common.in
@ -421,7 +451,10 @@ rsa==4.7.2
s3transfer==0.6.1
# via boto3
scp==0.14.5
# via junos-eznc
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.3.2
@ -443,7 +476,7 @@ six==1.16.0
# ncclient
# python-dateutil
# pyvmomi
# responses
# textfsm
# transitions
# vcert
# virtualenv
@ -460,6 +493,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
# portend
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
@ -472,9 +510,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics
@ -486,6 +533,7 @@ urllib3==1.26.6
# kubernetes
# python-etcd
# requests
# responses
vcert==0.7.4 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
virtualenv==20.7.2

View file

@ -63,6 +63,7 @@ cffi==1.15.1
# -r requirements/static/ci/common.in
# bcrypt
# cryptography
# napalm
# pygit2
# pynacl
charset-normalizer==2.1.1
@ -127,6 +128,10 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
future==0.18.3
# via
# napalm
# textfsm
genshi==0.7.7
# via -r requirements/static/ci/common.in
geomet==0.2.1.post1
@ -185,6 +190,7 @@ jinja2==3.1.2
# -r requirements/base.txt
# junos-eznc
# moto
# napalm
jmespath==1.0.1
# via
# -c requirements/static/ci/../pkg/py3.11/freebsd.txt
@ -195,7 +201,9 @@ jmespath==1.0.1
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
kazoo==2.9.0 ; sys_platform != "win32" and sys_platform != "darwin"
@ -213,6 +221,7 @@ looseversion==1.2.0
lxml==4.9.2
# via
# junos-eznc
# napalm
# ncclient
mako==1.2.4
# via -r requirements/static/ci/common.in
@ -245,10 +254,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via junos-eznc
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -261,7 +283,9 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# via
# -r requirements/static/ci/common.in
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via -r requirements/static/ci/common.in
@ -303,6 +327,8 @@ pydantic==1.10.8
# via
# -c requirements/static/ci/../pkg/py3.11/freebsd.txt
# inflect
pyeapi==0.8.4
# via napalm
pygit2==1.8.0
# via -r requirements/static/ci/freebsd.in
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
@ -319,7 +345,9 @@ pyparsing==3.0.9
pyrsistent==0.17.3
# via jsonschema
pyserial==3.5
# via junos-eznc
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
@ -388,6 +416,8 @@ pyyaml==6.0
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -406,6 +436,7 @@ requests==2.31.0
# etcd3-py
# kubernetes
# moto
# napalm
# pyvmomi
# responses
# vcert
@ -418,7 +449,10 @@ rsa==4.7.2
s3transfer==0.6.1
# via boto3
scp==0.14.5
# via junos-eznc
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.3.2
@ -444,6 +478,7 @@ six==1.16.0
# pynacl
# python-dateutil
# pyvmomi
# textfsm
# transitions
# vcert
# virtualenv
@ -458,6 +493,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.11/freebsd.txt
# portend
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.11/freebsd.txt
@ -470,11 +510,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.11/freebsd.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -71,6 +71,7 @@ cffi==1.15.1
# -r requirements/static/ci/common.in
# bcrypt
# cryptography
# napalm
# pygit2
# pynacl
charset-normalizer==2.1.1
@ -135,6 +136,10 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
future==0.18.3
# via
# napalm
# textfsm
genshi==0.7.7
# via -r requirements/static/ci/common.in
geomet==0.1.2
@ -202,6 +207,7 @@ jinja2==3.1.2
# ansible-core
# junos-eznc
# moto
# napalm
jmespath==1.0.1
# via
# -c requirements/static/ci/../pkg/py3.11/linux.txt
@ -212,7 +218,9 @@ jmespath==1.0.1
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
kazoo==2.9.0 ; sys_platform != "win32" and sys_platform != "darwin"
@ -221,7 +229,7 @@ keyring==5.7.1
# via -r requirements/static/ci/common.in
kubernetes==3.0.0
# via -r requirements/static/ci/common.in
libnacl==1.8.0
libnacl==1.8.0 ; sys_platform != "win32" and sys_platform != "darwin"
# via -r requirements/static/ci/common.in
looseversion==1.2.0
# via
@ -230,6 +238,7 @@ looseversion==1.2.0
lxml==4.9.2
# via
# junos-eznc
# napalm
# ncclient
mako==1.2.4
# via -r requirements/static/ci/common.in
@ -239,7 +248,6 @@ markupsafe==2.1.2
# -r requirements/base.txt
# jinja2
# mako
# moto
# werkzeug
mercurial==6.0.1
# via -r requirements/static/ci/linux.in
@ -263,10 +271,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via junos-eznc
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -280,7 +301,9 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# via
# -r requirements/static/ci/common.in
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via -r requirements/static/ci/common.in
@ -321,6 +344,8 @@ pydantic==1.10.8
# via
# -c requirements/static/ci/../pkg/py3.11/linux.txt
# inflect
pyeapi==0.8.4
# via napalm
pygit2==1.9.1 ; python_version >= "3.10"
# via -r requirements/static/ci/linux.in
pyiface==0.0.11
@ -343,7 +368,9 @@ pyparsing==3.0.9
pyrsistent==0.17.3
# via jsonschema
pyserial==3.5
# via junos-eznc
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
@ -406,7 +433,6 @@ python-telegram-bot==20.3
pytz==2023.3
# via
# -c requirements/static/ci/../pkg/py3.11/linux.txt
# moto
# tempora
# twilio
pyvmomi==6.7.1.2018.12
@ -419,6 +445,9 @@ pyyaml==6.0
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
pyzmq==25.1.0
@ -440,6 +469,7 @@ requests==2.31.0
# etcd3-py
# kubernetes
# moto
# napalm
# python-consul
# pyvmomi
# responses
@ -447,7 +477,7 @@ requests==2.31.0
# vcert
resolvelib==0.5.4
# via ansible-core
responses==0.10.6
responses==0.23.1
# via moto
rfc3987==1.3.8
# via -r requirements/static/ci/common.in
@ -460,7 +490,10 @@ rsa==4.7.2
s3transfer==0.6.1
# via boto3
scp==0.14.5
# via junos-eznc
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.3.2
@ -487,7 +520,7 @@ six==1.16.0
# python-consul
# python-dateutil
# pyvmomi
# responses
# textfsm
# transitions
# vcert
# virtualenv
@ -511,6 +544,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.11/linux.txt
# portend
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.11/linux.txt
@ -523,11 +561,20 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
twilio==7.9.2
# via -r requirements/static/ci/linux.in
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.11/linux.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics
@ -539,6 +586,7 @@ urllib3==1.26.6
# kubernetes
# python-etcd
# requests
# responses
vcert==0.7.4 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
virtualenv==20.7.2

View file

@ -82,14 +82,10 @@ cherrypy==18.8.0
# -c requirements/static/ci/../pkg/py3.8/freebsd.txt
# -r requirements/static/ci/common.in
# -r requirements/static/pkg/freebsd.in
ciscoconfparse==1.5.19
# via napalm
click==7.1.2
# via geomet
clustershell==1.9.1
# via -r requirements/static/ci/common.in
colorama==0.4.3
# via ciscoconfparse
contextvars==2.4
# via
# -c requirements/static/ci/../pkg/py3.8/freebsd.txt
@ -117,7 +113,6 @@ distro==1.8.0
dnspython==2.3.0
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# python-etcd
docker==6.1.2
# via
@ -265,17 +260,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==3.1.0 ; sys_platform != "win32" and python_version < "3.10"
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via
# junos-eznc
# napalm
# pyeapi
netmiko==3.2.0
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -293,9 +294,7 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# via -r requirements/static/ci/common.in
pathspec==0.9.0
# via yamllint
pathtools==0.1.2
@ -423,6 +422,7 @@ pyyaml==6.0
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -498,10 +498,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.8/freebsd.txt
# portend
textfsm==1.1.0
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.8/freebsd.txt
@ -516,11 +517,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.8/freebsd.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -90,14 +90,10 @@ cherrypy==18.8.0
# -c requirements/static/ci/../pkg/py3.8/linux.txt
# -r requirements/static/ci/common.in
# -r requirements/static/pkg/linux.in
ciscoconfparse==1.5.19
# via napalm
click==7.1.1
# via geomet
clustershell==1.9.1
# via -r requirements/static/ci/common.in
colorama==0.4.3
# via ciscoconfparse
contextvars==2.4
# via
# -c requirements/static/ci/../pkg/py3.8/linux.txt
@ -125,7 +121,6 @@ distro==1.8.0
dnspython==2.3.0
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# python-etcd
docker==6.1.2
# via
@ -284,17 +279,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==3.1.0 ; sys_platform != "win32" and python_version < "3.10"
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via
# junos-eznc
# napalm
# pyeapi
netmiko==3.2.0
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -313,9 +314,7 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# via -r requirements/static/ci/common.in
pathspec==0.9.0
# via yamllint
pathtools==0.1.2
@ -455,6 +454,7 @@ pyyaml==6.0
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -552,10 +552,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.8/linux.txt
# portend
textfsm==1.1.0
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.8/linux.txt
@ -570,6 +571,12 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
twilio==7.9.2
# via -r requirements/static/ci/linux.in
types-pyyaml==6.0.12.10
@ -577,6 +584,7 @@ types-pyyaml==6.0.12.10
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.8/linux.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -85,14 +85,10 @@ cherrypy==18.8.0
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
# -r requirements/darwin.txt
# -r requirements/static/ci/common.in
ciscoconfparse==1.5.19
# via napalm
click==7.0
# via geomet
clustershell==1.9.1
# via -r requirements/static/ci/common.in
colorama==0.4.3
# via ciscoconfparse
contextvars==2.4
# via
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
@ -119,7 +115,6 @@ distro==1.8.0
dnspython==2.3.0
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# python-etcd
docker==6.1.2
# via
@ -265,17 +260,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==3.1.0 ; sys_platform != "win32" and python_version < "3.10"
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via
# junos-eznc
# napalm
# pyeapi
netmiko==3.2.0
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -292,9 +293,7 @@ paramiko==2.10.1
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# via -r requirements/static/ci/common.in
pathspec==0.9.0
# via yamllint
pathtools==0.1.2
@ -422,6 +421,7 @@ pyyaml==6.0
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -499,10 +499,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
# portend
textfsm==1.1.0
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
@ -517,11 +518,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -82,14 +82,10 @@ cherrypy==18.8.0
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/static/ci/common.in
# -r requirements/static/pkg/freebsd.in
ciscoconfparse==1.5.19
# via napalm
click==7.1.2
# via geomet
clustershell==1.9.1
# via -r requirements/static/ci/common.in
colorama==0.4.3
# via ciscoconfparse
contextvars==2.4
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
@ -117,7 +113,6 @@ distro==1.8.0
dnspython==2.3.0
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# python-etcd
docker==6.1.2
# via
@ -261,17 +256,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==3.1.0 ; sys_platform != "win32" and python_version < "3.10"
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via
# junos-eznc
# napalm
# pyeapi
netmiko==3.2.0
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -289,9 +290,7 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# via -r requirements/static/ci/common.in
pathspec==0.9.0
# via yamllint
pathtools==0.1.2
@ -420,6 +419,7 @@ pyyaml==6.0
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -495,10 +495,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# portend
textfsm==1.1.0
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
@ -513,11 +514,18 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -92,14 +92,10 @@ cherrypy==18.8.0
# -c requirements/static/ci/../pkg/py3.9/linux.txt
# -r requirements/static/ci/common.in
# -r requirements/static/pkg/linux.in
ciscoconfparse==1.5.19
# via napalm
click==7.1.1
# via geomet
clustershell==1.9.1
# via -r requirements/static/ci/common.in
colorama==0.4.3
# via ciscoconfparse
contextvars==2.4
# via
# -c requirements/static/ci/../pkg/py3.9/linux.txt
@ -127,7 +123,6 @@ distro==1.8.0
dnspython==2.3.0
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# python-etcd
docker==6.1.2
# via
@ -284,17 +279,23 @@ multidict==6.0.2
# via
# aiohttp
# yarl
napalm==3.1.0 ; sys_platform != "win32" and python_version < "3.10"
napalm==4.1.0 ; sys_platform != "win32"
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via junos-eznc
# via
# junos-eznc
# napalm
netaddr==0.8.0
# via
# junos-eznc
# napalm
# pyeapi
netmiko==3.2.0
netmiko==4.2.0
# via napalm
netutils==1.4.1
# via napalm
ntc-templates==3.3.0
# via netmiko
oscrypto==1.2.0
# via certvalidator
packaging==23.1
@ -313,9 +314,7 @@ paramiko==2.10.1 ; sys_platform != "win32" and sys_platform != "darwin"
# netmiko
# scp
passlib[bcrypt]==1.7.4
# via
# -r requirements/static/ci/common.in
# ciscoconfparse
# via -r requirements/static/ci/common.in
pathspec==0.9.0
# via yamllint
pathtools==0.1.2
@ -455,6 +454,7 @@ pyyaml==6.0
# junos-eznc
# kubernetes
# napalm
# netmiko
# responses
# yamllint
# yamlordereddictloader
@ -552,10 +552,11 @@ tempora==5.2.2
# via
# -c requirements/static/ci/../pkg/py3.9/linux.txt
# portend
textfsm==1.1.0
textfsm==1.1.3
# via
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/linux.txt
@ -570,6 +571,12 @@ tornado==6.3.2 ; python_version >= "3.8"
# -r requirements/base.txt
transitions==0.9.0
# via junos-eznc
ttp-templates==0.3.5
# via napalm
ttp==0.9.4
# via
# napalm
# ttp-templates
twilio==7.9.2
# via -r requirements/static/ci/linux.in
types-pyyaml==6.0.12.10
@ -577,6 +584,7 @@ types-pyyaml==6.0.12.10
typing-extensions==4.6.2
# via
# -c requirements/static/ci/../pkg/py3.9/linux.txt
# napalm
# pydantic
# pytest-shell-utilities
# pytest-system-statistics

View file

@ -194,7 +194,7 @@ try:
try:
from netmiko import NetMikoAuthenticationException, NetMikoTimeoutException
except ImportError:
from netmiko.ssh_exception import (
from netmiko.ssh_exception import ( # pylint: disable=no-name-in-module
NetMikoAuthenticationException,
NetMikoTimeoutException,
)