diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa987bb912..28e139955c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-osx-py2.7-zmq-requirements name: OSX Py2.7 ZeroMQ Requirements @@ -63,7 +63,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-windows-py2.7-zmq-requirements name: Windows Py2.7 ZeroMQ Requirements @@ -76,7 +76,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-linux-py2.7-raet-requirements name: Linux Py2.7 RAET Requirements @@ -90,7 +90,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-osx-py2.7-raet-requirements name: OSX Py2.7 RAET Requirements @@ -103,7 +103,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-windows-py2.7-raet-requirements name: Windows Py2.7 RAET Requirements @@ -116,7 +116,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-lint-py2.7-requirements @@ -162,7 +162,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.4-raet-requirements name: Linux Py3.4 RAET Requirements @@ -176,7 +176,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.5-tcp-requirements @@ -225,7 +225,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-osx-py3.5-zmq-requirements name: OSX Py3.5 ZeroMQ Requirements @@ -238,7 +238,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-windows-py3.5-zmq-requirements name: Windows Py3.5 ZeroMQ Requirements @@ -251,7 +251,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.5-raet-requirements name: Linux Py3.5 RAET Requirements @@ -265,7 +265,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-osx-py3.5-raet-requirements name: OSX Py3.5 RAET Requirements @@ -278,7 +278,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-windows-py3.5-raet-requirements name: Windows Py3.5 RAET Requirements @@ -291,7 +291,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.6-tcp-requirements @@ -329,7 +329,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-osx-py3.6-zmq-requirements name: OSX Py3.6 ZeroMQ Requirements @@ -342,7 +342,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-windows-py3.6-zmq-requirements name: Windows Py3.6 ZeroMQ Requirements @@ -355,7 +355,7 @@ repos: - --include=requirements/base.txt - --include=requirements/zeromq.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.6-raet-requirements name: Linux Py3.6 RAET Requirements @@ -369,7 +369,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-osx-py3.6-raet-requirements name: OSX Py3.6 RAET Requirements @@ -382,7 +382,7 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ - id: pip-tools-compile alias: compile-windows-py3.6-raet-requirements name: Windows Py3.6 RAET Requirements @@ -395,4 +395,4 @@ repos: - --include=requirements/base.txt - --include=requirements/raet.txt - --include=requirements/pytest.txt - - --remove-line=^pycryptodome==(.*)$ + - --remove-line=^pycrypto==(.*)$ diff --git a/requirements/static/arch.in b/requirements/static/arch.in index 32922939ff..64a810bc79 100644 --- a/requirements/static/arch.in +++ b/requirements/static/arch.in @@ -16,10 +16,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/centos-6.in b/requirements/static/centos-6.in index 7dfa816de4..06fe4065f4 100644 --- a/requirements/static/centos-6.in +++ b/requirements/static/centos-6.in @@ -18,10 +18,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/centos-7.in b/requirements/static/centos-7.in index 1108096994..eec075dbca 100644 --- a/requirements/static/centos-7.in +++ b/requirements/static/centos-7.in @@ -18,10 +18,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/debian-8.in b/requirements/static/debian-8.in index 063324a365..e67ad6273e 100644 --- a/requirements/static/debian-8.in +++ b/requirements/static/debian-8.in @@ -19,11 +19,9 @@ moto msgpack-python >= 0.4.2, != 0.5.5 paramiko==2.1.2 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex -pycrypto>=2.6.1 +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/debian-9.in b/requirements/static/debian-9.in index b9f04180bd..ef80c27ac4 100644 --- a/requirements/static/debian-9.in +++ b/requirements/static/debian-9.in @@ -19,10 +19,9 @@ moto msgpack-python >= 0.4.2, != 0.5.5 paramiko==2.1.2 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/fedora-28.in b/requirements/static/fedora-28.in index 802ffe4c5c..4d3144a6dc 100644 --- a/requirements/static/fedora-28.in +++ b/requirements/static/fedora-28.in @@ -18,10 +18,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/fedora-29.in b/requirements/static/fedora-29.in index 03e795d157..f44bc0d88a 100644 --- a/requirements/static/fedora-29.in +++ b/requirements/static/fedora-29.in @@ -17,10 +17,9 @@ mock<1.1.0 more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome psutil pyinotify pyopenssl diff --git a/requirements/static/opensuse-42.in b/requirements/static/opensuse-42.in index ca6bf8be6c..ffe75501a6 100644 --- a/requirements/static/opensuse-42.in +++ b/requirements/static/opensuse-42.in @@ -18,10 +18,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/opensuse-leap-15.in b/requirements/static/opensuse-leap-15.in index 7f1887ee8c..f13fca54d0 100644 --- a/requirements/static/opensuse-leap-15.in +++ b/requirements/static/opensuse-leap-15.in @@ -18,10 +18,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/osx.in b/requirements/static/osx.in index 0db9cf510b..d357b661c3 100644 --- a/requirements/static/osx.in +++ b/requirements/static/osx.in @@ -19,10 +19,9 @@ more-itertools==5.0.0 moto msgpack-python >= 0.4.2, != 0.5.5 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pylxd>=2.2.5 pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/py2.7/raet-arch.txt b/requirements/static/py2.7/raet-arch.txt index ed75622fed..3ec3dae8d2 100644 --- a/requirements/static/py2.7/raet-arch.txt +++ b/requirements/static/py2.7/raet-arch.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/raet-centos-6.txt b/requirements/static/py2.7/raet-centos-6.txt index dfbd019958..df383833dc 100644 --- a/requirements/static/py2.7/raet-centos-6.txt +++ b/requirements/static/py2.7/raet-centos-6.txt @@ -76,9 +76,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/raet-centos-7.txt b/requirements/static/py2.7/raet-centos-7.txt index fa23533e23..19811d3a75 100644 --- a/requirements/static/py2.7/raet-centos-7.txt +++ b/requirements/static/py2.7/raet-centos-7.txt @@ -76,9 +76,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/raet-debian-8.txt b/requirements/static/py2.7/raet-debian-8.txt index 6114f8e017..cd10ef3ffd 100644 --- a/requirements/static/py2.7/raet-debian-8.txt +++ b/requirements/static/py2.7/raet-debian-8.txt @@ -74,10 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/raet-debian-9.txt b/requirements/static/py2.7/raet-debian-9.txt index 9ea11c50fa..ec9dc27220 100644 --- a/requirements/static/py2.7/raet-debian-9.txt +++ b/requirements/static/py2.7/raet-debian-9.txt @@ -74,9 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/raet-fedora-28.txt b/requirements/static/py2.7/raet-fedora-28.txt index fe52f9bf44..932c11d79e 100644 --- a/requirements/static/py2.7/raet-fedora-28.txt +++ b/requirements/static/py2.7/raet-fedora-28.txt @@ -75,9 +75,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/raet-fedora-29.txt b/requirements/static/py2.7/raet-fedora-29.txt index 4cc936df8f..1a1b7e9966 100644 --- a/requirements/static/py2.7/raet-fedora-29.txt +++ b/requirements/static/py2.7/raet-fedora-29.txt @@ -75,9 +75,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/raet-opensuse-42.txt b/requirements/static/py2.7/raet-opensuse-42.txt index b1764f9984..f6007bffca 100644 --- a/requirements/static/py2.7/raet-opensuse-42.txt +++ b/requirements/static/py2.7/raet-opensuse-42.txt @@ -70,9 +70,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/raet-opensuse-leap-15.txt b/requirements/static/py2.7/raet-opensuse-leap-15.txt index 2f074cffe1..bfb15fc503 100644 --- a/requirements/static/py2.7/raet-opensuse-leap-15.txt +++ b/requirements/static/py2.7/raet-opensuse-leap-15.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/raet-osx.txt b/requirements/static/py2.7/raet-osx.txt index 4966311520..418ef09837 100644 --- a/requirements/static/py2.7/raet-osx.txt +++ b/requirements/static/py2.7/raet-osx.txt @@ -72,9 +72,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/raet-ubuntu-14.04.txt b/requirements/static/py2.7/raet-ubuntu-14.04.txt index 392aeb4b07..e0620f9ad9 100644 --- a/requirements/static/py2.7/raet-ubuntu-14.04.txt +++ b/requirements/static/py2.7/raet-ubuntu-14.04.txt @@ -74,9 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/raet-ubuntu-16.04.txt b/requirements/static/py2.7/raet-ubuntu-16.04.txt index 4e153a6f50..76abe7f95f 100644 --- a/requirements/static/py2.7/raet-ubuntu-16.04.txt +++ b/requirements/static/py2.7/raet-ubuntu-16.04.txt @@ -74,9 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/raet-ubuntu-18.04.txt b/requirements/static/py2.7/raet-ubuntu-18.04.txt index 2db8264c03..20ef1daae9 100644 --- a/requirements/static/py2.7/raet-ubuntu-18.04.txt +++ b/requirements/static/py2.7/raet-ubuntu-18.04.txt @@ -74,9 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/tcp-arch.txt b/requirements/static/py2.7/tcp-arch.txt index 666dd95e32..8f71901aa8 100644 --- a/requirements/static/py2.7/tcp-arch.txt +++ b/requirements/static/py2.7/tcp-arch.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/tcp-centos-6.txt b/requirements/static/py2.7/tcp-centos-6.txt index 3445169704..b4e5f2c705 100644 --- a/requirements/static/py2.7/tcp-centos-6.txt +++ b/requirements/static/py2.7/tcp-centos-6.txt @@ -74,8 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/tcp-centos-7.txt b/requirements/static/py2.7/tcp-centos-7.txt index d51be849fb..99a6de75fc 100644 --- a/requirements/static/py2.7/tcp-centos-7.txt +++ b/requirements/static/py2.7/tcp-centos-7.txt @@ -74,8 +74,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/tcp-debian-8.txt b/requirements/static/py2.7/tcp-debian-8.txt index 27bf986d02..7e752e9c37 100644 --- a/requirements/static/py2.7/tcp-debian-8.txt +++ b/requirements/static/py2.7/tcp-debian-8.txt @@ -72,9 +72,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/tcp-debian-9.txt b/requirements/static/py2.7/tcp-debian-9.txt index a0debe1139..ba04070211 100644 --- a/requirements/static/py2.7/tcp-debian-9.txt +++ b/requirements/static/py2.7/tcp-debian-9.txt @@ -72,8 +72,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/tcp-fedora-28.txt b/requirements/static/py2.7/tcp-fedora-28.txt index 9ad06d80df..6e183a0a35 100644 --- a/requirements/static/py2.7/tcp-fedora-28.txt +++ b/requirements/static/py2.7/tcp-fedora-28.txt @@ -73,8 +73,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/tcp-fedora-29.txt b/requirements/static/py2.7/tcp-fedora-29.txt index 36dbf0b3f0..4afecf5128 100644 --- a/requirements/static/py2.7/tcp-fedora-29.txt +++ b/requirements/static/py2.7/tcp-fedora-29.txt @@ -73,8 +73,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/tcp-opensuse-42.txt b/requirements/static/py2.7/tcp-opensuse-42.txt index 247c557a88..e240103183 100644 --- a/requirements/static/py2.7/tcp-opensuse-42.txt +++ b/requirements/static/py2.7/tcp-opensuse-42.txt @@ -68,8 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/tcp-opensuse-leap-15.txt b/requirements/static/py2.7/tcp-opensuse-leap-15.txt index e27794d64c..1b6f757811 100644 --- a/requirements/static/py2.7/tcp-opensuse-leap-15.txt +++ b/requirements/static/py2.7/tcp-opensuse-leap-15.txt @@ -67,8 +67,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/tcp-osx.txt b/requirements/static/py2.7/tcp-osx.txt index a83bd68406..fe2c6d8270 100644 --- a/requirements/static/py2.7/tcp-osx.txt +++ b/requirements/static/py2.7/tcp-osx.txt @@ -70,8 +70,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/tcp-ubuntu-14.04.txt b/requirements/static/py2.7/tcp-ubuntu-14.04.txt index b0cc3aeaad..81119f7c8b 100644 --- a/requirements/static/py2.7/tcp-ubuntu-14.04.txt +++ b/requirements/static/py2.7/tcp-ubuntu-14.04.txt @@ -72,8 +72,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/tcp-ubuntu-16.04.txt b/requirements/static/py2.7/tcp-ubuntu-16.04.txt index 2032bc51ee..844a506baf 100644 --- a/requirements/static/py2.7/tcp-ubuntu-16.04.txt +++ b/requirements/static/py2.7/tcp-ubuntu-16.04.txt @@ -72,8 +72,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/tcp-ubuntu-18.04.txt b/requirements/static/py2.7/tcp-ubuntu-18.04.txt index eb0c1267ad..fbdd7ffe81 100644 --- a/requirements/static/py2.7/tcp-ubuntu-18.04.txt +++ b/requirements/static/py2.7/tcp-ubuntu-18.04.txt @@ -72,8 +72,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/zeromq-arch.txt b/requirements/static/py2.7/zeromq-arch.txt index cc5c1b1163..89904fe773 100644 --- a/requirements/static/py2.7/zeromq-arch.txt +++ b/requirements/static/py2.7/zeromq-arch.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/zeromq-centos-6.txt b/requirements/static/py2.7/zeromq-centos-6.txt index 5601351266..1f471621af 100644 --- a/requirements/static/py2.7/zeromq-centos-6.txt +++ b/requirements/static/py2.7/zeromq-centos-6.txt @@ -74,10 +74,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/zeromq-centos-7.txt b/requirements/static/py2.7/zeromq-centos-7.txt index 4ddeacb8f9..31c99a8445 100644 --- a/requirements/static/py2.7/zeromq-centos-7.txt +++ b/requirements/static/py2.7/zeromq-centos-7.txt @@ -74,10 +74,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/zeromq-debian-8.txt b/requirements/static/py2.7/zeromq-debian-8.txt index 95aea00a95..cfc86b8975 100644 --- a/requirements/static/py2.7/zeromq-debian-8.txt +++ b/requirements/static/py2.7/zeromq-debian-8.txt @@ -72,10 +72,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/zeromq-debian-9.txt b/requirements/static/py2.7/zeromq-debian-9.txt index 67d9f0d4d3..93f490187e 100644 --- a/requirements/static/py2.7/zeromq-debian-9.txt +++ b/requirements/static/py2.7/zeromq-debian-9.txt @@ -72,10 +72,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/zeromq-fedora-28.txt b/requirements/static/py2.7/zeromq-fedora-28.txt index cee6b15d38..9ada374d0f 100644 --- a/requirements/static/py2.7/zeromq-fedora-28.txt +++ b/requirements/static/py2.7/zeromq-fedora-28.txt @@ -73,10 +73,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/zeromq-fedora-29.txt b/requirements/static/py2.7/zeromq-fedora-29.txt index 7f166bf456..3588749478 100644 --- a/requirements/static/py2.7/zeromq-fedora-29.txt +++ b/requirements/static/py2.7/zeromq-fedora-29.txt @@ -73,10 +73,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/zeromq-opensuse-42.txt b/requirements/static/py2.7/zeromq-opensuse-42.txt index 424d46961c..cb5a614f98 100644 --- a/requirements/static/py2.7/zeromq-opensuse-42.txt +++ b/requirements/static/py2.7/zeromq-opensuse-42.txt @@ -68,10 +68,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/zeromq-opensuse-leap-15.txt b/requirements/static/py2.7/zeromq-opensuse-leap-15.txt index d5eb314c12..258a988fb4 100644 --- a/requirements/static/py2.7/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py2.7/zeromq-opensuse-leap-15.txt @@ -67,10 +67,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py2.7/zeromq-osx.txt b/requirements/static/py2.7/zeromq-osx.txt index 65292af9a8..ecb30419fb 100644 --- a/requirements/static/py2.7/zeromq-osx.txt +++ b/requirements/static/py2.7/zeromq-osx.txt @@ -70,10 +70,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py2.7/zeromq-ubuntu-14.04.txt b/requirements/static/py2.7/zeromq-ubuntu-14.04.txt index fd44b1cafa..56cfb47f33 100644 --- a/requirements/static/py2.7/zeromq-ubuntu-14.04.txt +++ b/requirements/static/py2.7/zeromq-ubuntu-14.04.txt @@ -72,10 +72,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/zeromq-ubuntu-16.04.txt b/requirements/static/py2.7/zeromq-ubuntu-16.04.txt index 52181372b2..fa36f6824f 100644 --- a/requirements/static/py2.7/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py2.7/zeromq-ubuntu-16.04.txt @@ -72,10 +72,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py2.7/zeromq-ubuntu-18.04.txt b/requirements/static/py2.7/zeromq-ubuntu-18.04.txt index 4de459ebe3..df5d734869 100644 --- a/requirements/static/py2.7/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py2.7/zeromq-ubuntu-18.04.txt @@ -72,10 +72,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/raet-arch.txt b/requirements/static/py3.4/raet-arch.txt index 70fd1d5de1..01c7900e99 100644 --- a/requirements/static/py3.4/raet-arch.txt +++ b/requirements/static/py3.4/raet-arch.txt @@ -62,9 +62,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/raet-centos-7.txt b/requirements/static/py3.4/raet-centos-7.txt index f35b63007c..68df1a5797 100644 --- a/requirements/static/py3.4/raet-centos-7.txt +++ b/requirements/static/py3.4/raet-centos-7.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/raet-debian-8.txt b/requirements/static/py3.4/raet-debian-8.txt index 6a98e2531d..1941745987 100644 --- a/requirements/static/py3.4/raet-debian-8.txt +++ b/requirements/static/py3.4/raet-debian-8.txt @@ -68,10 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/raet-debian-9.txt b/requirements/static/py3.4/raet-debian-9.txt index d2ced19862..a53d63fa61 100644 --- a/requirements/static/py3.4/raet-debian-9.txt +++ b/requirements/static/py3.4/raet-debian-9.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/raet-fedora-28.txt b/requirements/static/py3.4/raet-fedora-28.txt index 4972fe9c8d..460f3ab1fd 100644 --- a/requirements/static/py3.4/raet-fedora-28.txt +++ b/requirements/static/py3.4/raet-fedora-28.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/raet-fedora-29.txt b/requirements/static/py3.4/raet-fedora-29.txt index 5ead2093b6..f231d72d10 100644 --- a/requirements/static/py3.4/raet-fedora-29.txt +++ b/requirements/static/py3.4/raet-fedora-29.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/raet-opensuse-42.txt b/requirements/static/py3.4/raet-opensuse-42.txt index 9de9a202b2..d65fc9ac42 100644 --- a/requirements/static/py3.4/raet-opensuse-42.txt +++ b/requirements/static/py3.4/raet-opensuse-42.txt @@ -63,9 +63,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/raet-opensuse-leap-15.txt b/requirements/static/py3.4/raet-opensuse-leap-15.txt index bfcfa63f2b..0369ccdaa3 100644 --- a/requirements/static/py3.4/raet-opensuse-leap-15.txt +++ b/requirements/static/py3.4/raet-opensuse-leap-15.txt @@ -63,9 +63,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/raet-ubuntu-16.04.txt b/requirements/static/py3.4/raet-ubuntu-16.04.txt index deb1585349..8443b35cf5 100644 --- a/requirements/static/py3.4/raet-ubuntu-16.04.txt +++ b/requirements/static/py3.4/raet-ubuntu-16.04.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/raet-ubuntu-18.04.txt b/requirements/static/py3.4/raet-ubuntu-18.04.txt index 6620b06e5c..c2a506be34 100644 --- a/requirements/static/py3.4/raet-ubuntu-18.04.txt +++ b/requirements/static/py3.4/raet-ubuntu-18.04.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/tcp-arch.txt b/requirements/static/py3.4/tcp-arch.txt index 30c00cd5c7..c362ac1221 100644 --- a/requirements/static/py3.4/tcp-arch.txt +++ b/requirements/static/py3.4/tcp-arch.txt @@ -59,8 +59,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/tcp-centos-7.txt b/requirements/static/py3.4/tcp-centos-7.txt index cedaef88a7..cf4b820af9 100644 --- a/requirements/static/py3.4/tcp-centos-7.txt +++ b/requirements/static/py3.4/tcp-centos-7.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/tcp-debian-8.txt b/requirements/static/py3.4/tcp-debian-8.txt index a57adba8d7..5f500f3dd2 100644 --- a/requirements/static/py3.4/tcp-debian-8.txt +++ b/requirements/static/py3.4/tcp-debian-8.txt @@ -65,9 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/tcp-debian-9.txt b/requirements/static/py3.4/tcp-debian-9.txt index 43f9cb019f..d720c69888 100644 --- a/requirements/static/py3.4/tcp-debian-9.txt +++ b/requirements/static/py3.4/tcp-debian-9.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/tcp-fedora-28.txt b/requirements/static/py3.4/tcp-fedora-28.txt index 039494354a..780c9846fb 100644 --- a/requirements/static/py3.4/tcp-fedora-28.txt +++ b/requirements/static/py3.4/tcp-fedora-28.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/tcp-fedora-29.txt b/requirements/static/py3.4/tcp-fedora-29.txt index ea910bf2b8..21e74e6b84 100644 --- a/requirements/static/py3.4/tcp-fedora-29.txt +++ b/requirements/static/py3.4/tcp-fedora-29.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/tcp-opensuse-42.txt b/requirements/static/py3.4/tcp-opensuse-42.txt index c17d6580ba..b6804896e4 100644 --- a/requirements/static/py3.4/tcp-opensuse-42.txt +++ b/requirements/static/py3.4/tcp-opensuse-42.txt @@ -60,8 +60,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/tcp-opensuse-leap-15.txt b/requirements/static/py3.4/tcp-opensuse-leap-15.txt index 24240db4a3..3897f0c553 100644 --- a/requirements/static/py3.4/tcp-opensuse-leap-15.txt +++ b/requirements/static/py3.4/tcp-opensuse-leap-15.txt @@ -60,8 +60,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/tcp-ubuntu-16.04.txt b/requirements/static/py3.4/tcp-ubuntu-16.04.txt index 4cef1801de..d8dee7a77b 100644 --- a/requirements/static/py3.4/tcp-ubuntu-16.04.txt +++ b/requirements/static/py3.4/tcp-ubuntu-16.04.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/tcp-ubuntu-18.04.txt b/requirements/static/py3.4/tcp-ubuntu-18.04.txt index 69ab5970b4..4ebecc15cc 100644 --- a/requirements/static/py3.4/tcp-ubuntu-18.04.txt +++ b/requirements/static/py3.4/tcp-ubuntu-18.04.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/zeromq-arch.txt b/requirements/static/py3.4/zeromq-arch.txt index dbea7492cd..5d0b046590 100644 --- a/requirements/static/py3.4/zeromq-arch.txt +++ b/requirements/static/py3.4/zeromq-arch.txt @@ -59,10 +59,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/zeromq-centos-7.txt b/requirements/static/py3.4/zeromq-centos-7.txt index 1ff3c890d5..5eb519450f 100644 --- a/requirements/static/py3.4/zeromq-centos-7.txt +++ b/requirements/static/py3.4/zeromq-centos-7.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/zeromq-debian-8.txt b/requirements/static/py3.4/zeromq-debian-8.txt index c4c9f4c8c2..98149b2aa3 100644 --- a/requirements/static/py3.4/zeromq-debian-8.txt +++ b/requirements/static/py3.4/zeromq-debian-8.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/zeromq-debian-9.txt b/requirements/static/py3.4/zeromq-debian-9.txt index d06f2f69a5..6397f103e2 100644 --- a/requirements/static/py3.4/zeromq-debian-9.txt +++ b/requirements/static/py3.4/zeromq-debian-9.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/zeromq-fedora-28.txt b/requirements/static/py3.4/zeromq-fedora-28.txt index 9e5d72b52c..eba96b2679 100644 --- a/requirements/static/py3.4/zeromq-fedora-28.txt +++ b/requirements/static/py3.4/zeromq-fedora-28.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/zeromq-fedora-29.txt b/requirements/static/py3.4/zeromq-fedora-29.txt index 07364a6853..8f10f9639c 100644 --- a/requirements/static/py3.4/zeromq-fedora-29.txt +++ b/requirements/static/py3.4/zeromq-fedora-29.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.4/zeromq-opensuse-42.txt b/requirements/static/py3.4/zeromq-opensuse-42.txt index fa674d5422..7893701a37 100644 --- a/requirements/static/py3.4/zeromq-opensuse-42.txt +++ b/requirements/static/py3.4/zeromq-opensuse-42.txt @@ -60,10 +60,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/zeromq-opensuse-leap-15.txt b/requirements/static/py3.4/zeromq-opensuse-leap-15.txt index ea5b904f0e..b2fb6d7ba4 100644 --- a/requirements/static/py3.4/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py3.4/zeromq-opensuse-leap-15.txt @@ -60,10 +60,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.4/zeromq-ubuntu-16.04.txt b/requirements/static/py3.4/zeromq-ubuntu-16.04.txt index bdb7357413..4e790c1b02 100644 --- a/requirements/static/py3.4/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py3.4/zeromq-ubuntu-16.04.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.4/zeromq-ubuntu-18.04.txt b/requirements/static/py3.4/zeromq-ubuntu-18.04.txt index 9a6a0c0863..a12601f351 100644 --- a/requirements/static/py3.4/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py3.4/zeromq-ubuntu-18.04.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/raet-arch.txt b/requirements/static/py3.5/raet-arch.txt index e40d659e37..3b831487c4 100644 --- a/requirements/static/py3.5/raet-arch.txt +++ b/requirements/static/py3.5/raet-arch.txt @@ -62,9 +62,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/raet-centos-7.txt b/requirements/static/py3.5/raet-centos-7.txt index 3bc6d1b7f8..fa10b6ba89 100644 --- a/requirements/static/py3.5/raet-centos-7.txt +++ b/requirements/static/py3.5/raet-centos-7.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/raet-debian-8.txt b/requirements/static/py3.5/raet-debian-8.txt index 15e2b4915e..40e58d5a60 100644 --- a/requirements/static/py3.5/raet-debian-8.txt +++ b/requirements/static/py3.5/raet-debian-8.txt @@ -68,10 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/raet-debian-9.txt b/requirements/static/py3.5/raet-debian-9.txt index 4bcf462c8d..fd47bf4c02 100644 --- a/requirements/static/py3.5/raet-debian-9.txt +++ b/requirements/static/py3.5/raet-debian-9.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/raet-fedora-28.txt b/requirements/static/py3.5/raet-fedora-28.txt index 5d0d8b7296..2cfe9d5e42 100644 --- a/requirements/static/py3.5/raet-fedora-28.txt +++ b/requirements/static/py3.5/raet-fedora-28.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/raet-fedora-29.txt b/requirements/static/py3.5/raet-fedora-29.txt index 66e1082dc9..2b15edf9f9 100644 --- a/requirements/static/py3.5/raet-fedora-29.txt +++ b/requirements/static/py3.5/raet-fedora-29.txt @@ -69,9 +69,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/raet-opensuse-42.txt b/requirements/static/py3.5/raet-opensuse-42.txt index 51e246a194..6b424b3417 100644 --- a/requirements/static/py3.5/raet-opensuse-42.txt +++ b/requirements/static/py3.5/raet-opensuse-42.txt @@ -63,9 +63,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/raet-opensuse-leap-15.txt b/requirements/static/py3.5/raet-opensuse-leap-15.txt index 7b3cd5e5dc..6b9c4f3e7d 100644 --- a/requirements/static/py3.5/raet-opensuse-leap-15.txt +++ b/requirements/static/py3.5/raet-opensuse-leap-15.txt @@ -63,9 +63,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/raet-osx.txt b/requirements/static/py3.5/raet-osx.txt index b024610c55..8120dea3ca 100644 --- a/requirements/static/py3.5/raet-osx.txt +++ b/requirements/static/py3.5/raet-osx.txt @@ -66,9 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/raet-ubuntu-16.04.txt b/requirements/static/py3.5/raet-ubuntu-16.04.txt index bc4f135d0a..d539794092 100644 --- a/requirements/static/py3.5/raet-ubuntu-16.04.txt +++ b/requirements/static/py3.5/raet-ubuntu-16.04.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/raet-ubuntu-18.04.txt b/requirements/static/py3.5/raet-ubuntu-18.04.txt index 1ac5fd96fd..8286f34d48 100644 --- a/requirements/static/py3.5/raet-ubuntu-18.04.txt +++ b/requirements/static/py3.5/raet-ubuntu-18.04.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/tcp-arch.txt b/requirements/static/py3.5/tcp-arch.txt index 1f9ef52371..8d4322551c 100644 --- a/requirements/static/py3.5/tcp-arch.txt +++ b/requirements/static/py3.5/tcp-arch.txt @@ -59,8 +59,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/tcp-centos-7.txt b/requirements/static/py3.5/tcp-centos-7.txt index 04f697d840..5c366cc4aa 100644 --- a/requirements/static/py3.5/tcp-centos-7.txt +++ b/requirements/static/py3.5/tcp-centos-7.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/tcp-debian-8.txt b/requirements/static/py3.5/tcp-debian-8.txt index 30ac5de5fc..a7438bd6ad 100644 --- a/requirements/static/py3.5/tcp-debian-8.txt +++ b/requirements/static/py3.5/tcp-debian-8.txt @@ -65,9 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/tcp-debian-9.txt b/requirements/static/py3.5/tcp-debian-9.txt index 8f74cb9e13..c038547165 100644 --- a/requirements/static/py3.5/tcp-debian-9.txt +++ b/requirements/static/py3.5/tcp-debian-9.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/tcp-fedora-28.txt b/requirements/static/py3.5/tcp-fedora-28.txt index 4548a4e381..ccc5c35ab4 100644 --- a/requirements/static/py3.5/tcp-fedora-28.txt +++ b/requirements/static/py3.5/tcp-fedora-28.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/tcp-fedora-29.txt b/requirements/static/py3.5/tcp-fedora-29.txt index 9a4718b3e1..ac66e11fce 100644 --- a/requirements/static/py3.5/tcp-fedora-29.txt +++ b/requirements/static/py3.5/tcp-fedora-29.txt @@ -66,8 +66,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/tcp-opensuse-42.txt b/requirements/static/py3.5/tcp-opensuse-42.txt index 3fcb5e48e8..83b26118bc 100644 --- a/requirements/static/py3.5/tcp-opensuse-42.txt +++ b/requirements/static/py3.5/tcp-opensuse-42.txt @@ -60,8 +60,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/tcp-opensuse-leap-15.txt b/requirements/static/py3.5/tcp-opensuse-leap-15.txt index 870d234371..253395a258 100644 --- a/requirements/static/py3.5/tcp-opensuse-leap-15.txt +++ b/requirements/static/py3.5/tcp-opensuse-leap-15.txt @@ -60,8 +60,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/tcp-osx.txt b/requirements/static/py3.5/tcp-osx.txt index 4c5f58e417..dff74948f5 100644 --- a/requirements/static/py3.5/tcp-osx.txt +++ b/requirements/static/py3.5/tcp-osx.txt @@ -63,8 +63,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/tcp-ubuntu-16.04.txt b/requirements/static/py3.5/tcp-ubuntu-16.04.txt index 0cad54b9f1..b108aab410 100644 --- a/requirements/static/py3.5/tcp-ubuntu-16.04.txt +++ b/requirements/static/py3.5/tcp-ubuntu-16.04.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/tcp-ubuntu-18.04.txt b/requirements/static/py3.5/tcp-ubuntu-18.04.txt index 39143bc9a3..92bd4e8f2c 100644 --- a/requirements/static/py3.5/tcp-ubuntu-18.04.txt +++ b/requirements/static/py3.5/tcp-ubuntu-18.04.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/zeromq-arch.txt b/requirements/static/py3.5/zeromq-arch.txt index 786eba251e..1358bb5f9a 100644 --- a/requirements/static/py3.5/zeromq-arch.txt +++ b/requirements/static/py3.5/zeromq-arch.txt @@ -59,10 +59,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/zeromq-centos-7.txt b/requirements/static/py3.5/zeromq-centos-7.txt index 3c0da38932..70a515b04c 100644 --- a/requirements/static/py3.5/zeromq-centos-7.txt +++ b/requirements/static/py3.5/zeromq-centos-7.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/zeromq-debian-8.txt b/requirements/static/py3.5/zeromq-debian-8.txt index 40907e09e9..a1175f91c2 100644 --- a/requirements/static/py3.5/zeromq-debian-8.txt +++ b/requirements/static/py3.5/zeromq-debian-8.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/zeromq-debian-9.txt b/requirements/static/py3.5/zeromq-debian-9.txt index f4487cca6d..d0c32b590a 100644 --- a/requirements/static/py3.5/zeromq-debian-9.txt +++ b/requirements/static/py3.5/zeromq-debian-9.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/zeromq-fedora-28.txt b/requirements/static/py3.5/zeromq-fedora-28.txt index a3e82a6d2f..6afd7da728 100644 --- a/requirements/static/py3.5/zeromq-fedora-28.txt +++ b/requirements/static/py3.5/zeromq-fedora-28.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/zeromq-fedora-29.txt b/requirements/static/py3.5/zeromq-fedora-29.txt index b7f45cc351..7b265904aa 100644 --- a/requirements/static/py3.5/zeromq-fedora-29.txt +++ b/requirements/static/py3.5/zeromq-fedora-29.txt @@ -66,10 +66,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/zeromq-opensuse-42.txt b/requirements/static/py3.5/zeromq-opensuse-42.txt index 85ab9d0340..74ed6b6d01 100644 --- a/requirements/static/py3.5/zeromq-opensuse-42.txt +++ b/requirements/static/py3.5/zeromq-opensuse-42.txt @@ -60,10 +60,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/zeromq-opensuse-leap-15.txt b/requirements/static/py3.5/zeromq-opensuse-leap-15.txt index d237dd3785..7e263e448e 100644 --- a/requirements/static/py3.5/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py3.5/zeromq-opensuse-leap-15.txt @@ -60,10 +60,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.5/zeromq-osx.txt b/requirements/static/py3.5/zeromq-osx.txt index cf369987b0..be0e022f15 100644 --- a/requirements/static/py3.5/zeromq-osx.txt +++ b/requirements/static/py3.5/zeromq-osx.txt @@ -63,10 +63,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.5/zeromq-ubuntu-16.04.txt b/requirements/static/py3.5/zeromq-ubuntu-16.04.txt index 539fdb15c7..324fa8407b 100644 --- a/requirements/static/py3.5/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py3.5/zeromq-ubuntu-16.04.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.5/zeromq-ubuntu-18.04.txt b/requirements/static/py3.5/zeromq-ubuntu-18.04.txt index 24b5b390b4..6ef7bd2250 100644 --- a/requirements/static/py3.5/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py3.5/zeromq-ubuntu-18.04.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/raet-arch.txt b/requirements/static/py3.6/raet-arch.txt index 3cf8cc647b..c6707126fd 100644 --- a/requirements/static/py3.6/raet-arch.txt +++ b/requirements/static/py3.6/raet-arch.txt @@ -61,9 +61,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/raet-centos-7.txt b/requirements/static/py3.6/raet-centos-7.txt index 4d9a8f6be1..816c4ca4a2 100644 --- a/requirements/static/py3.6/raet-centos-7.txt +++ b/requirements/static/py3.6/raet-centos-7.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/raet-debian-8.txt b/requirements/static/py3.6/raet-debian-8.txt index aecb13a889..d9c4b183e8 100644 --- a/requirements/static/py3.6/raet-debian-8.txt +++ b/requirements/static/py3.6/raet-debian-8.txt @@ -67,10 +67,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/raet-debian-9.txt b/requirements/static/py3.6/raet-debian-9.txt index a1e0de9998..485b36bd3a 100644 --- a/requirements/static/py3.6/raet-debian-9.txt +++ b/requirements/static/py3.6/raet-debian-9.txt @@ -67,9 +67,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/raet-fedora-28.txt b/requirements/static/py3.6/raet-fedora-28.txt index 774a92d930..0223cb305f 100644 --- a/requirements/static/py3.6/raet-fedora-28.txt +++ b/requirements/static/py3.6/raet-fedora-28.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/raet-fedora-29.txt b/requirements/static/py3.6/raet-fedora-29.txt index 919e030578..1f464b631d 100644 --- a/requirements/static/py3.6/raet-fedora-29.txt +++ b/requirements/static/py3.6/raet-fedora-29.txt @@ -68,9 +68,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/raet-opensuse-42.txt b/requirements/static/py3.6/raet-opensuse-42.txt index fdcc19d7c1..849081c65f 100644 --- a/requirements/static/py3.6/raet-opensuse-42.txt +++ b/requirements/static/py3.6/raet-opensuse-42.txt @@ -62,9 +62,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/raet-opensuse-leap-15.txt b/requirements/static/py3.6/raet-opensuse-leap-15.txt index a6975b1bba..f33327d176 100644 --- a/requirements/static/py3.6/raet-opensuse-leap-15.txt +++ b/requirements/static/py3.6/raet-opensuse-leap-15.txt @@ -62,9 +62,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/raet-osx.txt b/requirements/static/py3.6/raet-osx.txt index 0ae91a939c..e10bd0dc73 100644 --- a/requirements/static/py3.6/raet-osx.txt +++ b/requirements/static/py3.6/raet-osx.txt @@ -65,9 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/raet-ubuntu-16.04.txt b/requirements/static/py3.6/raet-ubuntu-16.04.txt index 556cd555e8..16053ff416 100644 --- a/requirements/static/py3.6/raet-ubuntu-16.04.txt +++ b/requirements/static/py3.6/raet-ubuntu-16.04.txt @@ -67,9 +67,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/raet-ubuntu-18.04.txt b/requirements/static/py3.6/raet-ubuntu-18.04.txt index 49dc124ceb..8e76c5ce0a 100644 --- a/requirements/static/py3.6/raet-ubuntu-18.04.txt +++ b/requirements/static/py3.6/raet-ubuntu-18.04.txt @@ -67,9 +67,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/tcp-arch.txt b/requirements/static/py3.6/tcp-arch.txt index 83d144ad77..164cc03744 100644 --- a/requirements/static/py3.6/tcp-arch.txt +++ b/requirements/static/py3.6/tcp-arch.txt @@ -58,8 +58,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/tcp-centos-7.txt b/requirements/static/py3.6/tcp-centos-7.txt index a8921a7050..29fb36656a 100644 --- a/requirements/static/py3.6/tcp-centos-7.txt +++ b/requirements/static/py3.6/tcp-centos-7.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/tcp-debian-8.txt b/requirements/static/py3.6/tcp-debian-8.txt index 42f60166a2..b2299aaf32 100644 --- a/requirements/static/py3.6/tcp-debian-8.txt +++ b/requirements/static/py3.6/tcp-debian-8.txt @@ -64,9 +64,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/tcp-debian-9.txt b/requirements/static/py3.6/tcp-debian-9.txt index d757036526..170aa83a17 100644 --- a/requirements/static/py3.6/tcp-debian-9.txt +++ b/requirements/static/py3.6/tcp-debian-9.txt @@ -64,8 +64,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/tcp-fedora-28.txt b/requirements/static/py3.6/tcp-fedora-28.txt index 52c7cc9bb0..1bb58f7b5f 100644 --- a/requirements/static/py3.6/tcp-fedora-28.txt +++ b/requirements/static/py3.6/tcp-fedora-28.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/tcp-fedora-29.txt b/requirements/static/py3.6/tcp-fedora-29.txt index 2cdfaf0f90..9ca09369cd 100644 --- a/requirements/static/py3.6/tcp-fedora-29.txt +++ b/requirements/static/py3.6/tcp-fedora-29.txt @@ -65,8 +65,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/tcp-opensuse-42.txt b/requirements/static/py3.6/tcp-opensuse-42.txt index 6306f3a1fc..18672ff638 100644 --- a/requirements/static/py3.6/tcp-opensuse-42.txt +++ b/requirements/static/py3.6/tcp-opensuse-42.txt @@ -59,8 +59,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/tcp-opensuse-leap-15.txt b/requirements/static/py3.6/tcp-opensuse-leap-15.txt index 4bc8df656c..28d4cb6f4b 100644 --- a/requirements/static/py3.6/tcp-opensuse-leap-15.txt +++ b/requirements/static/py3.6/tcp-opensuse-leap-15.txt @@ -59,8 +59,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/tcp-osx.txt b/requirements/static/py3.6/tcp-osx.txt index 0ca61635c6..ba8cc56287 100644 --- a/requirements/static/py3.6/tcp-osx.txt +++ b/requirements/static/py3.6/tcp-osx.txt @@ -62,8 +62,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/tcp-ubuntu-16.04.txt b/requirements/static/py3.6/tcp-ubuntu-16.04.txt index dabedbade8..fd3e8e4ef4 100644 --- a/requirements/static/py3.6/tcp-ubuntu-16.04.txt +++ b/requirements/static/py3.6/tcp-ubuntu-16.04.txt @@ -64,8 +64,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/tcp-ubuntu-18.04.txt b/requirements/static/py3.6/tcp-ubuntu-18.04.txt index 9077a4f476..c23d479bee 100644 --- a/requirements/static/py3.6/tcp-ubuntu-18.04.txt +++ b/requirements/static/py3.6/tcp-ubuntu-18.04.txt @@ -64,8 +64,7 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.1 +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/zeromq-arch.txt b/requirements/static/py3.6/zeromq-arch.txt index 9216059bb7..0b9f3dc8f5 100644 --- a/requirements/static/py3.6/zeromq-arch.txt +++ b/requirements/static/py3.6/zeromq-arch.txt @@ -58,10 +58,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/zeromq-centos-7.txt b/requirements/static/py3.6/zeromq-centos-7.txt index 0ae2e00c59..79eb29df78 100644 --- a/requirements/static/py3.6/zeromq-centos-7.txt +++ b/requirements/static/py3.6/zeromq-centos-7.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/zeromq-debian-8.txt b/requirements/static/py3.6/zeromq-debian-8.txt index cdb065d340..ef32ffc18d 100644 --- a/requirements/static/py3.6/zeromq-debian-8.txt +++ b/requirements/static/py3.6/zeromq-debian-8.txt @@ -64,10 +64,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/zeromq-debian-9.txt b/requirements/static/py3.6/zeromq-debian-9.txt index 053e70c9c0..58cfed5a9b 100644 --- a/requirements/static/py3.6/zeromq-debian-9.txt +++ b/requirements/static/py3.6/zeromq-debian-9.txt @@ -64,10 +64,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/zeromq-fedora-28.txt b/requirements/static/py3.6/zeromq-fedora-28.txt index 98858f6138..45267847ab 100644 --- a/requirements/static/py3.6/zeromq-fedora-28.txt +++ b/requirements/static/py3.6/zeromq-fedora-28.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/zeromq-fedora-29.txt b/requirements/static/py3.6/zeromq-fedora-29.txt index 2a6291b76e..f34813c1a0 100644 --- a/requirements/static/py3.6/zeromq-fedora-29.txt +++ b/requirements/static/py3.6/zeromq-fedora-29.txt @@ -65,10 +65,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/zeromq-opensuse-42.txt b/requirements/static/py3.6/zeromq-opensuse-42.txt index 8b4ab32610..32eb43acd9 100644 --- a/requirements/static/py3.6/zeromq-opensuse-42.txt +++ b/requirements/static/py3.6/zeromq-opensuse-42.txt @@ -59,10 +59,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/zeromq-opensuse-leap-15.txt b/requirements/static/py3.6/zeromq-opensuse-leap-15.txt index c007958de3..44d9b6f0a3 100644 --- a/requirements/static/py3.6/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py3.6/zeromq-opensuse-leap-15.txt @@ -59,10 +59,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pytest-cov==2.6.1 diff --git a/requirements/static/py3.6/zeromq-osx.txt b/requirements/static/py3.6/zeromq-osx.txt index 536b8df604..ccf28f30d4 100644 --- a/requirements/static/py3.6/zeromq-osx.txt +++ b/requirements/static/py3.6/zeromq-osx.txt @@ -62,10 +62,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pylxd==2.2.9 pynacl==1.3.0 # via paramiko pyopenssl==19.0.0 diff --git a/requirements/static/py3.6/zeromq-ubuntu-16.04.txt b/requirements/static/py3.6/zeromq-ubuntu-16.04.txt index d60b48ea15..3bf80ba5ef 100644 --- a/requirements/static/py3.6/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py3.6/zeromq-ubuntu-16.04.txt @@ -64,10 +64,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/py3.6/zeromq-ubuntu-18.04.txt b/requirements/static/py3.6/zeromq-ubuntu-18.04.txt index 3bf52c0997..7eba28a00b 100644 --- a/requirements/static/py3.6/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py3.6/zeromq-ubuntu-18.04.txt @@ -64,10 +64,9 @@ pyaml==18.11.0 # via moto pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa pycparser==2.19 # via cffi -pycrypto==2.6.1 ; sys_platform != "win32" -# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycryptodome==(.*)$' -# pycryptodome==3.8.1 # via python-jose -pycryptodomex==3.8.0 +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$' +# pycrypto==2.6.1 ; sys_platform != "win32" +pycryptodome==3.8.1 pyinotify==0.9.6 pyopenssl==19.0.0 pyserial==3.4 # via junos-eznc diff --git a/requirements/static/ubuntu-14.04.in b/requirements/static/ubuntu-14.04.in index b9f04180bd..ef80c27ac4 100644 --- a/requirements/static/ubuntu-14.04.in +++ b/requirements/static/ubuntu-14.04.in @@ -19,10 +19,9 @@ moto msgpack-python >= 0.4.2, != 0.5.5 paramiko==2.1.2 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/ubuntu-16.04.in b/requirements/static/ubuntu-16.04.in index b9f04180bd..ef80c27ac4 100644 --- a/requirements/static/ubuntu-16.04.in +++ b/requirements/static/ubuntu-16.04.in @@ -19,10 +19,9 @@ moto msgpack-python >= 0.4.2, != 0.5.5 paramiko==2.1.2 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2 diff --git a/requirements/static/ubuntu-18.04.in b/requirements/static/ubuntu-18.04.in index b9f04180bd..ef80c27ac4 100644 --- a/requirements/static/ubuntu-18.04.in +++ b/requirements/static/ubuntu-18.04.in @@ -19,10 +19,9 @@ moto msgpack-python >= 0.4.2, != 0.5.5 paramiko==2.1.2 psutil -# We install pycryptodomex so that we can remove pycryptodome which is pulled in from -# python-jose which in turn is pulled in from moto. -# pycryptodome doesn't play nice with PyCrypto while pycryptodomex does -pycryptodomex +# Let's install cryptodome instead of pycrupto because of it's ourstanding security issues +# PyCrypto, if pulled, will be removed from the generated static requirements +pycryptodome pyinotify pyopenssl python-etcd==0.4.2