diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28e139955c6..5a1754d2142 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -129,7 +129,7 @@ repos: - id: pip-tools-compile alias: compile-doc-requirements - name: Docs Requirements + name: Docs Py2.7 Requirements files: ^requirements/((base|zeromq|pytest)\.txt|static/docs\.in)$ args: - -v @@ -177,6 +177,7 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.5-tcp-requirements @@ -266,6 +267,7 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ - id: pip-tools-compile alias: compile-osx-py3.5-raet-requirements name: OSX Py3.5 RAET Requirements @@ -279,6 +281,7 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ - id: pip-tools-compile alias: compile-windows-py3.5-raet-requirements name: Windows Py3.5 RAET Requirements @@ -292,6 +295,7 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ - id: pip-tools-compile alias: compile-linux-py3.6-tcp-requirements @@ -370,6 +374,7 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ - id: pip-tools-compile alias: compile-osx-py3.6-raet-requirements name: OSX Py3.6 RAET Requirements @@ -383,6 +388,7 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ - id: pip-tools-compile alias: compile-windows-py3.6-raet-requirements name: Windows Py3.6 RAET Requirements @@ -396,3 +402,4 @@ repos: - --include=requirements/raet.txt - --include=requirements/pytest.txt - --remove-line=^pycrypto==(.*)$ + - --remove-line=^enum34==(.*)$ diff --git a/requirements/static/py2.7/docs.txt b/requirements/static/py2.7/docs.txt index 22876b55982..5d0748f8c0d 100644 --- a/requirements/static/py2.7/docs.txt +++ b/requirements/static/py2.7/docs.txt @@ -11,7 +11,7 @@ chardet==3.0.4 # via requests docutils==0.14 # via sphinx idna==2.8 # via requests imagesize==1.1.0 # via sphinx -jinja2==2.10 # via sphinx +jinja2==2.10.1 # via sphinx markupsafe==1.1.1 # via jinja2 packaging==19.0 # via sphinx pygments==2.3.1 # via sphinx diff --git a/requirements/static/py2.7/raet-arch.txt b/requirements/static/py2.7/raet-arch.txt index 3ec3dae8d2e..a9b177ccb64 100644 --- a/requirements/static/py2.7/raet-arch.txt +++ b/requirements/static/py2.7/raet-arch.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,7 +61,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -105,7 +105,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-centos-6.txt b/requirements/static/py2.7/raet-centos-6.txt index df383833dcf..4806b59a33d 100644 --- a/requirements/static/py2.7/raet-centos-6.txt +++ b/requirements/static/py2.7/raet-centos-6.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -45,7 +45,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -63,13 +63,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -87,7 +87,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -111,14 +111,14 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client smmap==0.9.0 # via gitdb strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-centos-7.txt b/requirements/static/py2.7/raet-centos-7.txt index 19811d3a75c..2dd34fe0ffc 100644 --- a/requirements/static/py2.7/raet-centos-7.txt +++ b/requirements/static/py2.7/raet-centos-7.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -45,7 +45,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -63,13 +63,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -87,7 +87,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -111,14 +111,14 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client smmap2==2.0.5 # via gitdb2 strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-debian-8.txt b/requirements/static/py2.7/raet-debian-8.txt index cd10ef3ffdd..088eadba389 100644 --- a/requirements/static/py2.7/raet-debian-8.txt +++ b/requirements/static/py2.7/raet-debian-8.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-debian-9.txt b/requirements/static/py2.7/raet-debian-9.txt index ec9dc272209..79cb8d29c35 100644 --- a/requirements/static/py2.7/raet-debian-9.txt +++ b/requirements/static/py2.7/raet-debian-9.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-fedora-28.txt b/requirements/static/py2.7/raet-fedora-28.txt index 932c11d79ea..72eadd011c3 100644 --- a/requirements/static/py2.7/raet-fedora-28.txt +++ b/requirements/static/py2.7/raet-fedora-28.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -45,7 +45,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -62,13 +62,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -86,7 +86,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -116,7 +116,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-fedora-29.txt b/requirements/static/py2.7/raet-fedora-29.txt index 1a1b7e99664..df251219fc6 100644 --- a/requirements/static/py2.7/raet-fedora-29.txt +++ b/requirements/static/py2.7/raet-fedora-29.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -45,7 +45,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -62,13 +62,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -86,7 +86,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -116,7 +116,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-opensuse-42.txt b/requirements/static/py2.7/raet-opensuse-42.txt index f6007bffcaf..1cecdf193ed 100644 --- a/requirements/static/py2.7/raet-opensuse-42.txt +++ b/requirements/static/py2.7/raet-opensuse-42.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -45,7 +45,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -63,7 +63,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -102,14 +102,14 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client smmap2==2.0.5 # via gitdb2 strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-opensuse-leap-15.txt b/requirements/static/py2.7/raet-opensuse-leap-15.txt index bfb15fc5039..abb8beb3137 100644 --- a/requirements/static/py2.7/raet-opensuse-leap-15.txt +++ b/requirements/static/py2.7/raet-opensuse-leap-15.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -45,7 +45,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -62,7 +62,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-osx.txt b/requirements/static/py2.7/raet-osx.txt index 418ef09837a..8225f5050d0 100644 --- a/requirements/static/py2.7/raet-osx.txt +++ b/requirements/static/py2.7/raet-osx.txt @@ -14,9 +14,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -42,7 +42,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -83,7 +83,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk ws4py==0.5.1 # via pylxd xmltodict==0.12.0 # via moto diff --git a/requirements/static/py2.7/raet-ubuntu-14.04.txt b/requirements/static/py2.7/raet-ubuntu-14.04.txt index e0620f9ad92..bd21dd482fe 100644 --- a/requirements/static/py2.7/raet-ubuntu-14.04.txt +++ b/requirements/static/py2.7/raet-ubuntu-14.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-ubuntu-16.04.txt b/requirements/static/py2.7/raet-ubuntu-16.04.txt index 76abe7f95fe..f36ca517166 100644 --- a/requirements/static/py2.7/raet-ubuntu-16.04.txt +++ b/requirements/static/py2.7/raet-ubuntu-16.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-ubuntu-18.04.txt b/requirements/static/py2.7/raet-ubuntu-18.04.txt index 20ef1daae99..c22eb01c6a4 100644 --- a/requirements/static/py2.7/raet-ubuntu-18.04.txt +++ b/requirements/static/py2.7/raet-ubuntu-18.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/raet-windows.txt b/requirements/static/py2.7/raet-windows.txt index e55c06a43d4..9cada66c5a5 100644 --- a/requirements/static/py2.7/raet-windows.txt +++ b/requirements/static/py2.7/raet-windows.txt @@ -9,9 +9,9 @@ atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 # via cryptography @@ -32,7 +32,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 @@ -60,7 +60,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes python-etcd==0.4.2 python-gnupg==0.4.4 @@ -80,7 +80,7 @@ setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, raet, salttesting, singledispatch, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests diff --git a/requirements/static/py2.7/tcp-arch.txt b/requirements/static/py2.7/tcp-arch.txt index 8f71901aa84..f037bef6315 100644 --- a/requirements/static/py2.7/tcp-arch.txt +++ b/requirements/static/py2.7/tcp-arch.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py2.7/tcp-centos-6.txt b/requirements/static/py2.7/tcp-centos-6.txt index b4e5f2c7054..b1f05eb8bdb 100644 --- a/requirements/static/py2.7/tcp-centos-6.txt +++ b/requirements/static/py2.7/tcp-centos-6.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,7 +61,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -108,7 +108,7 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client smmap==0.9.0 # via gitdb strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" diff --git a/requirements/static/py2.7/tcp-centos-7.txt b/requirements/static/py2.7/tcp-centos-7.txt index 99a6de75fc3..503968109c3 100644 --- a/requirements/static/py2.7/tcp-centos-7.txt +++ b/requirements/static/py2.7/tcp-centos-7.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,7 +61,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -108,7 +108,7 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client smmap2==2.0.5 # via gitdb2 strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" diff --git a/requirements/static/py2.7/tcp-debian-8.txt b/requirements/static/py2.7/tcp-debian-8.txt index 7e752e9c371..6397ed9fff4 100644 --- a/requirements/static/py2.7/tcp-debian-8.txt +++ b/requirements/static/py2.7/tcp-debian-8.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py2.7/tcp-debian-9.txt b/requirements/static/py2.7/tcp-debian-9.txt index ba040702117..7ef64c6ee0e 100644 --- a/requirements/static/py2.7/tcp-debian-9.txt +++ b/requirements/static/py2.7/tcp-debian-9.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py2.7/tcp-fedora-28.txt b/requirements/static/py2.7/tcp-fedora-28.txt index 6e183a0a352..65025489229 100644 --- a/requirements/static/py2.7/tcp-fedora-28.txt +++ b/requirements/static/py2.7/tcp-fedora-28.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -60,7 +60,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp diff --git a/requirements/static/py2.7/tcp-fedora-29.txt b/requirements/static/py2.7/tcp-fedora-29.txt index 4afecf5128d..98cca58ce0f 100644 --- a/requirements/static/py2.7/tcp-fedora-29.txt +++ b/requirements/static/py2.7/tcp-fedora-29.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -60,7 +60,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp diff --git a/requirements/static/py2.7/tcp-opensuse-42.txt b/requirements/static/py2.7/tcp-opensuse-42.txt index e2401031838..d3d4b12f8d0 100644 --- a/requirements/static/py2.7/tcp-opensuse-42.txt +++ b/requirements/static/py2.7/tcp-opensuse-42.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -44,7 +44,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -99,7 +99,7 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client smmap2==2.0.5 # via gitdb2 strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" diff --git a/requirements/static/py2.7/tcp-opensuse-leap-15.txt b/requirements/static/py2.7/tcp-opensuse-leap-15.txt index 1b6f7578118..633fca8e6a4 100644 --- a/requirements/static/py2.7/tcp-opensuse-leap-15.txt +++ b/requirements/static/py2.7/tcp-opensuse-leap-15.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -44,7 +44,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py2.7/tcp-osx.txt b/requirements/static/py2.7/tcp-osx.txt index fe2c6d82708..c297d691f6f 100644 --- a/requirements/static/py2.7/tcp-osx.txt +++ b/requirements/static/py2.7/tcp-osx.txt @@ -14,9 +14,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -41,7 +41,7 @@ gitpython==2.1.11 google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -57,7 +57,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp diff --git a/requirements/static/py2.7/tcp-ubuntu-14.04.txt b/requirements/static/py2.7/tcp-ubuntu-14.04.txt index 81119f7c8bc..288f99fe50d 100644 --- a/requirements/static/py2.7/tcp-ubuntu-14.04.txt +++ b/requirements/static/py2.7/tcp-ubuntu-14.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py2.7/tcp-ubuntu-16.04.txt b/requirements/static/py2.7/tcp-ubuntu-16.04.txt index 844a506baf2..66a38fec9db 100644 --- a/requirements/static/py2.7/tcp-ubuntu-16.04.txt +++ b/requirements/static/py2.7/tcp-ubuntu-16.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py2.7/tcp-ubuntu-18.04.txt b/requirements/static/py2.7/tcp-ubuntu-18.04.txt index fbdd7ffe816..14038174178 100644 --- a/requirements/static/py2.7/tcp-ubuntu-18.04.txt +++ b/requirements/static/py2.7/tcp-ubuntu-18.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py2.7/tcp-windows.txt b/requirements/static/py2.7/tcp-windows.txt index 094c715fd22..4c43af275fc 100644 --- a/requirements/static/py2.7/tcp-windows.txt +++ b/requirements/static/py2.7/tcp-windows.txt @@ -9,9 +9,9 @@ atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 # via cryptography @@ -31,7 +31,7 @@ futures==3.2.0 ; python_version < "3.0" google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 @@ -77,7 +77,7 @@ setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, salttesting, singledispatch, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests diff --git a/requirements/static/py2.7/zeromq-arch.txt b/requirements/static/py2.7/zeromq-arch.txt index 89904fe7733..c86e84bd6b6 100644 --- a/requirements/static/py2.7/zeromq-arch.txt +++ b/requirements/static/py2.7/zeromq-arch.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,7 +59,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -105,7 +105,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-centos-6.txt b/requirements/static/py2.7/zeromq-centos-6.txt index 1f471621afa..0d64c23135c 100644 --- a/requirements/static/py2.7/zeromq-centos-6.txt +++ b/requirements/static/py2.7/zeromq-centos-6.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -87,7 +87,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -111,14 +111,14 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client smmap==0.9.0 # via gitdb strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-centos-7.txt b/requirements/static/py2.7/zeromq-centos-7.txt index 31c99a84455..236a3ebf76c 100644 --- a/requirements/static/py2.7/zeromq-centos-7.txt +++ b/requirements/static/py2.7/zeromq-centos-7.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,13 +61,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -87,7 +87,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -111,14 +111,14 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client smmap2==2.0.5 # via gitdb2 strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-debian-8.txt b/requirements/static/py2.7/zeromq-debian-8.txt index cfc86b89758..a4d2bf05c0b 100644 --- a/requirements/static/py2.7/zeromq-debian-8.txt +++ b/requirements/static/py2.7/zeromq-debian-8.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,13 +59,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-debian-9.txt b/requirements/static/py2.7/zeromq-debian-9.txt index 93f490187e3..160cf7018c3 100644 --- a/requirements/static/py2.7/zeromq-debian-9.txt +++ b/requirements/static/py2.7/zeromq-debian-9.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,13 +59,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-fedora-28.txt b/requirements/static/py2.7/zeromq-fedora-28.txt index 9ada374d0f7..39c33e358e3 100644 --- a/requirements/static/py2.7/zeromq-fedora-28.txt +++ b/requirements/static/py2.7/zeromq-fedora-28.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -60,13 +60,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -86,7 +86,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -116,7 +116,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-fedora-29.txt b/requirements/static/py2.7/zeromq-fedora-29.txt index 3588749478a..3f4eb887ade 100644 --- a/requirements/static/py2.7/zeromq-fedora-29.txt +++ b/requirements/static/py2.7/zeromq-fedora-29.txt @@ -15,9 +15,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -44,7 +44,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -60,13 +60,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -86,7 +86,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -116,7 +116,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-opensuse-42.txt b/requirements/static/py2.7/zeromq-opensuse-42.txt index cb5a614f982..d67dfad3b61 100644 --- a/requirements/static/py2.7/zeromq-opensuse-42.txt +++ b/requirements/static/py2.7/zeromq-opensuse-42.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -44,7 +44,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -61,7 +61,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -102,14 +102,14 @@ singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client smmap2==2.0.5 # via gitdb2 strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" tempora==1.14 # via portend timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-opensuse-leap-15.txt b/requirements/static/py2.7/zeromq-opensuse-leap-15.txt index 258a988fb48..64a70804a71 100644 --- a/requirements/static/py2.7/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py2.7/zeromq-opensuse-leap-15.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -44,7 +44,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -60,7 +60,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-osx.txt b/requirements/static/py2.7/zeromq-osx.txt index ecb30419fbe..2c0f38c191c 100644 --- a/requirements/static/py2.7/zeromq-osx.txt +++ b/requirements/static/py2.7/zeromq-osx.txt @@ -14,9 +14,9 @@ backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -41,7 +41,7 @@ gitpython==2.1.11 google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -57,7 +57,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -83,7 +83,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk ws4py==0.5.1 # via pylxd xmltodict==0.12.0 # via moto diff --git a/requirements/static/py2.7/zeromq-ubuntu-14.04.txt b/requirements/static/py2.7/zeromq-ubuntu-14.04.txt index 56cfb47f337..ec5e5f7b9fa 100644 --- a/requirements/static/py2.7/zeromq-ubuntu-14.04.txt +++ b/requirements/static/py2.7/zeromq-ubuntu-14.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,13 +59,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-ubuntu-16.04.txt b/requirements/static/py2.7/zeromq-ubuntu-16.04.txt index fa36f6824f2..283ea39d6f4 100644 --- a/requirements/static/py2.7/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py2.7/zeromq-ubuntu-16.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,13 +59,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-ubuntu-18.04.txt b/requirements/static/py2.7/zeromq-ubuntu-18.04.txt index df5d7348696..2d21e918d97 100644 --- a/requirements/static/py2.7/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py2.7/zeromq-ubuntu-18.04.txt @@ -14,9 +14,9 @@ backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile -boto3==1.9.125 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -43,7 +43,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -59,13 +59,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -84,7 +84,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -114,7 +114,7 @@ tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py2.7/zeromq-windows.txt b/requirements/static/py2.7/zeromq-windows.txt index 3cf99472799..c652a6559b0 100644 --- a/requirements/static/py2.7/zeromq-windows.txt +++ b/requirements/static/py2.7/zeromq-windows.txt @@ -9,9 +9,9 @@ atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 # via cryptography @@ -31,7 +31,7 @@ futures==3.2.0 ; python_version < "3.0" google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 @@ -51,7 +51,7 @@ py==1.8.0 # via pytest pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodomex==3.8.0 ; sys_platform == "win32" +pycryptodomex==3.8.1 ; sys_platform == "win32" pyopenssl==19.0.0 pytest-cov==2.6.1 pytest-helpers-namespace==2019.1.8 @@ -59,7 +59,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes python-etcd==0.4.2 python-gnupg==0.4.4 @@ -79,7 +79,7 @@ setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, salttesting, singledispatch, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" +supervisor==4.0.0 ; python_version < "3" timelib==0.2.4 tornado==4.5.3 ; python_version < "3" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests diff --git a/requirements/static/py3.4/raet-arch.txt b/requirements/static/py3.4/raet-arch.txt index 01c7900e993..dc5d3150298 100644 --- a/requirements/static/py3.4/raet-arch.txt +++ b/requirements/static/py3.4/raet-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,7 +56,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +72,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -99,7 +100,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-centos-7.txt b/requirements/static/py3.4/raet-centos-7.txt index 68df1a57978..760aff14e13 100644 --- a/requirements/static/py3.4/raet-centos-7.txt +++ b/requirements/static/py3.4/raet-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,13 +57,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -80,7 +81,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -110,7 +111,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-debian-8.txt b/requirements/static/py3.4/raet-debian-8.txt index 1941745987b..c9204d6103c 100644 --- a/requirements/static/py3.4/raet-debian-8.txt +++ b/requirements/static/py3.4/raet-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -108,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-debian-9.txt b/requirements/static/py3.4/raet-debian-9.txt index a53d63fa61e..68429356bdb 100644 --- a/requirements/static/py3.4/raet-debian-9.txt +++ b/requirements/static/py3.4/raet-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -108,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-fedora-28.txt b/requirements/static/py3.4/raet-fedora-28.txt index 460f3ab1fdc..75a6b51450f 100644 --- a/requirements/static/py3.4/raet-fedora-28.txt +++ b/requirements/static/py3.4/raet-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,13 +57,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -80,7 +81,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -110,7 +111,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-fedora-29.txt b/requirements/static/py3.4/raet-fedora-29.txt index f231d72d100..30087824d2c 100644 --- a/requirements/static/py3.4/raet-fedora-29.txt +++ b/requirements/static/py3.4/raet-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,13 +57,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -80,7 +81,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -110,7 +111,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-opensuse-42.txt b/requirements/static/py3.4/raet-opensuse-42.txt index d65fc9ac42c..b4caeb132c7 100644 --- a/requirements/static/py3.4/raet-opensuse-42.txt +++ b/requirements/static/py3.4/raet-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,7 +57,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -72,7 +73,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -101,7 +102,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-opensuse-leap-15.txt b/requirements/static/py3.4/raet-opensuse-leap-15.txt index 0369ccdaa3f..68687854f66 100644 --- a/requirements/static/py3.4/raet-opensuse-leap-15.txt +++ b/requirements/static/py3.4/raet-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,7 +57,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -72,7 +73,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -101,7 +102,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-ubuntu-16.04.txt b/requirements/static/py3.4/raet-ubuntu-16.04.txt index 8443b35cf5c..729a10d1254 100644 --- a/requirements/static/py3.4/raet-ubuntu-16.04.txt +++ b/requirements/static/py3.4/raet-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -108,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/raet-ubuntu-18.04.txt b/requirements/static/py3.4/raet-ubuntu-18.04.txt index c2a506be348..ef417ddd559 100644 --- a/requirements/static/py3.4/raet-ubuntu-18.04.txt +++ b/requirements/static/py3.4/raet-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -108,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/tcp-arch.txt b/requirements/static/py3.4/tcp-arch.txt index c362ac1221d..736cedbc11d 100644 --- a/requirements/static/py3.4/tcp-arch.txt +++ b/requirements/static/py3.4/tcp-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.4/tcp-centos-7.txt b/requirements/static/py3.4/tcp-centos-7.txt index cf4b820af9d..93a4548d8d5 100644 --- a/requirements/static/py3.4/tcp-centos-7.txt +++ b/requirements/static/py3.4/tcp-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp diff --git a/requirements/static/py3.4/tcp-debian-8.txt b/requirements/static/py3.4/tcp-debian-8.txt index 5f500f3dd25..0f0cdd40d9f 100644 --- a/requirements/static/py3.4/tcp-debian-8.txt +++ b/requirements/static/py3.4/tcp-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py3.4/tcp-debian-9.txt b/requirements/static/py3.4/tcp-debian-9.txt index d720c698885..0c973ae5e96 100644 --- a/requirements/static/py3.4/tcp-debian-9.txt +++ b/requirements/static/py3.4/tcp-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py3.4/tcp-fedora-28.txt b/requirements/static/py3.4/tcp-fedora-28.txt index 780c9846fb0..1c51d650f53 100644 --- a/requirements/static/py3.4/tcp-fedora-28.txt +++ b/requirements/static/py3.4/tcp-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp diff --git a/requirements/static/py3.4/tcp-fedora-29.txt b/requirements/static/py3.4/tcp-fedora-29.txt index 21e74e6b846..b00064f155f 100644 --- a/requirements/static/py3.4/tcp-fedora-29.txt +++ b/requirements/static/py3.4/tcp-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp diff --git a/requirements/static/py3.4/tcp-opensuse-42.txt b/requirements/static/py3.4/tcp-opensuse-42.txt index b6804896e4c..8cd574f3aa1 100644 --- a/requirements/static/py3.4/tcp-opensuse-42.txt +++ b/requirements/static/py3.4/tcp-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.4/tcp-opensuse-leap-15.txt b/requirements/static/py3.4/tcp-opensuse-leap-15.txt index 3897f0c553c..cb0a0493cbf 100644 --- a/requirements/static/py3.4/tcp-opensuse-leap-15.txt +++ b/requirements/static/py3.4/tcp-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.4/tcp-ubuntu-16.04.txt b/requirements/static/py3.4/tcp-ubuntu-16.04.txt index d8dee7a77b9..0c819383cbe 100644 --- a/requirements/static/py3.4/tcp-ubuntu-16.04.txt +++ b/requirements/static/py3.4/tcp-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py3.4/tcp-ubuntu-18.04.txt b/requirements/static/py3.4/tcp-ubuntu-18.04.txt index 4ebecc15ccf..d41a225b269 100644 --- a/requirements/static/py3.4/tcp-ubuntu-18.04.txt +++ b/requirements/static/py3.4/tcp-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 diff --git a/requirements/static/py3.4/zeromq-arch.txt b/requirements/static/py3.4/zeromq-arch.txt index 5d0b0465903..a555f5c13f3 100644 --- a/requirements/static/py3.4/zeromq-arch.txt +++ b/requirements/static/py3.4/zeromq-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -70,7 +70,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -98,7 +98,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-centos-7.txt b/requirements/static/py3.4/zeromq-centos-7.txt index 5eb519450fa..deafd7d2ec7 100644 --- a/requirements/static/py3.4/zeromq-centos-7.txt +++ b/requirements/static/py3.4/zeromq-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,13 +53,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -109,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-debian-8.txt b/requirements/static/py3.4/zeromq-debian-8.txt index 98149b2aa3c..1d4a3a7d969 100644 --- a/requirements/static/py3.4/zeromq-debian-8.txt +++ b/requirements/static/py3.4/zeromq-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-debian-9.txt b/requirements/static/py3.4/zeromq-debian-9.txt index 6397f103e21..ef5813bc440 100644 --- a/requirements/static/py3.4/zeromq-debian-9.txt +++ b/requirements/static/py3.4/zeromq-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-fedora-28.txt b/requirements/static/py3.4/zeromq-fedora-28.txt index eba96b26793..9c9edbfcf74 100644 --- a/requirements/static/py3.4/zeromq-fedora-28.txt +++ b/requirements/static/py3.4/zeromq-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,13 +53,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -109,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-fedora-29.txt b/requirements/static/py3.4/zeromq-fedora-29.txt index 8f10f9639cb..41a2e318cd3 100644 --- a/requirements/static/py3.4/zeromq-fedora-29.txt +++ b/requirements/static/py3.4/zeromq-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,13 +53,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -109,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-opensuse-42.txt b/requirements/static/py3.4/zeromq-opensuse-42.txt index 7893701a379..f8668216201 100644 --- a/requirements/static/py3.4/zeromq-opensuse-42.txt +++ b/requirements/static/py3.4/zeromq-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +71,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -100,7 +100,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-opensuse-leap-15.txt b/requirements/static/py3.4/zeromq-opensuse-leap-15.txt index b2fb6d7ba45..dd9ec5eace3 100644 --- a/requirements/static/py3.4/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py3.4/zeromq-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +71,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -100,7 +100,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-ubuntu-16.04.txt b/requirements/static/py3.4/zeromq-ubuntu-16.04.txt index 4e790c1b022..60ae116c0f3 100644 --- a/requirements/static/py3.4/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py3.4/zeromq-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.4/zeromq-ubuntu-18.04.txt b/requirements/static/py3.4/zeromq-ubuntu-18.04.txt index a12601f3513..ccb4f2dbd3e 100644 --- a/requirements/static/py3.4/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py3.4/zeromq-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-arch.txt b/requirements/static/py3.5/raet-arch.txt index 3b831487c44..9fe11b0f6fa 100644 --- a/requirements/static/py3.5/raet-arch.txt +++ b/requirements/static/py3.5/raet-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,7 +56,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +72,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -98,7 +99,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-centos-7.txt b/requirements/static/py3.5/raet-centos-7.txt index fa10b6ba89d..12fd1f18f11 100644 --- a/requirements/static/py3.5/raet-centos-7.txt +++ b/requirements/static/py3.5/raet-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,13 +57,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -80,7 +81,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -97,7 +98,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -109,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-debian-8.txt b/requirements/static/py3.5/raet-debian-8.txt index 40e58d5a608..d89f2b0907f 100644 --- a/requirements/static/py3.5/raet-debian-8.txt +++ b/requirements/static/py3.5/raet-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-debian-9.txt b/requirements/static/py3.5/raet-debian-9.txt index fd47bf4c02c..b78d93acdbc 100644 --- a/requirements/static/py3.5/raet-debian-9.txt +++ b/requirements/static/py3.5/raet-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-fedora-28.txt b/requirements/static/py3.5/raet-fedora-28.txt index 2cfe9d5e424..97837daacbd 100644 --- a/requirements/static/py3.5/raet-fedora-28.txt +++ b/requirements/static/py3.5/raet-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,13 +57,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -80,7 +81,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -97,7 +98,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -109,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-fedora-29.txt b/requirements/static/py3.5/raet-fedora-29.txt index 2b15edf9f92..b88fcae2b17 100644 --- a/requirements/static/py3.5/raet-fedora-29.txt +++ b/requirements/static/py3.5/raet-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,13 +57,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -80,7 +81,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -97,7 +98,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -109,7 +109,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-opensuse-42.txt b/requirements/static/py3.5/raet-opensuse-42.txt index 6b424b34177..3918ac266c3 100644 --- a/requirements/static/py3.5/raet-opensuse-42.txt +++ b/requirements/static/py3.5/raet-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,7 +57,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -72,7 +73,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -100,7 +101,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-opensuse-leap-15.txt b/requirements/static/py3.5/raet-opensuse-leap-15.txt index 6b9c4f3e7d6..404f26ffc43 100644 --- a/requirements/static/py3.5/raet-opensuse-leap-15.txt +++ b/requirements/static/py3.5/raet-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,7 +57,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -72,7 +73,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -100,7 +101,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-osx.txt b/requirements/static/py3.5/raet-osx.txt index 8120dea3cae..faca9ebe460 100644 --- a/requirements/static/py3.5/raet-osx.txt +++ b/requirements/static/py3.5/raet-osx.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -28,7 +28,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -36,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +54,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -77,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +97,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk ws4py==0.5.1 # via pylxd xmltodict==0.12.0 # via moto diff --git a/requirements/static/py3.5/raet-ubuntu-16.04.txt b/requirements/static/py3.5/raet-ubuntu-16.04.txt index d539794092e..9af21523b4a 100644 --- a/requirements/static/py3.5/raet-ubuntu-16.04.txt +++ b/requirements/static/py3.5/raet-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-ubuntu-18.04.txt b/requirements/static/py3.5/raet-ubuntu-18.04.txt index 8286f34d481..a31e8cd6ad9 100644 --- a/requirements/static/py3.5/raet-ubuntu-18.04.txt +++ b/requirements/static/py3.5/raet-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,13 +56,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/raet-windows.txt b/requirements/static/py3.5/raet-windows.txt index ba8e4671c03..b8bd2d6cd61 100644 --- a/requirements/static/py3.5/raet-windows.txt +++ b/requirements/static/py3.5/raet-windows.txt @@ -7,10 +7,10 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest -backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +backports.ssl-match-hostname==3.7.0.1 # via websocket-client +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests cffi==1.12.2 # via cryptography @@ -23,22 +23,19 @@ dnspython==1.16.0 docker-pycreds==0.4.0 # via docker docker==2.7.0 docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography, raet -funcsigs==1.0.2 # via pytest -functools32==3.2.3.post2 # via jsonschema -futures==3.2.0 ; python_version < "3.0" +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ioflo==1.7.5 -ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +ipaddress==1.0.22 # via kubernetes +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 kubernetes==4.0.0 libnacl==1.6.1 markupsafe==1.1.1 -meld3==1.0.2 # via supervisor mock==1.0.1 more-itertools==5.0.0 msgpack-python==0.5.6 @@ -59,7 +56,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes python-etcd==0.4.2 python-gnupg==0.4.4 @@ -73,14 +70,12 @@ rfc3987==1.3.8 rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 -scandir==1.10.0 # via pathlib2 sed==0.3.1 setproctitle==1.1.10 six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, raet, salttesting, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" timelib==0.2.4 -tornado==4.5.3 ; python_version < "3" +tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes diff --git a/requirements/static/py3.5/tcp-arch.txt b/requirements/static/py3.5/tcp-arch.txt index 8d4322551ca..176888282fe 100644 --- a/requirements/static/py3.5/tcp-arch.txt +++ b/requirements/static/py3.5/tcp-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.5/tcp-centos-7.txt b/requirements/static/py3.5/tcp-centos-7.txt index 5c366cc4aac..9b9de96fe64 100644 --- a/requirements/static/py3.5/tcp-centos-7.txt +++ b/requirements/static/py3.5/tcp-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-debian-8.txt b/requirements/static/py3.5/tcp-debian-8.txt index a7438bd6add..f75e128f2ea 100644 --- a/requirements/static/py3.5/tcp-debian-8.txt +++ b/requirements/static/py3.5/tcp-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -91,7 +91,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-debian-9.txt b/requirements/static/py3.5/tcp-debian-9.txt index c0385471650..b6b5e6bdd12 100644 --- a/requirements/static/py3.5/tcp-debian-9.txt +++ b/requirements/static/py3.5/tcp-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -91,7 +91,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-fedora-28.txt b/requirements/static/py3.5/tcp-fedora-28.txt index ccc5c35ab42..3697beb0875 100644 --- a/requirements/static/py3.5/tcp-fedora-28.txt +++ b/requirements/static/py3.5/tcp-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-fedora-29.txt b/requirements/static/py3.5/tcp-fedora-29.txt index ac66e11fce9..cfcd4506636 100644 --- a/requirements/static/py3.5/tcp-fedora-29.txt +++ b/requirements/static/py3.5/tcp-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-opensuse-42.txt b/requirements/static/py3.5/tcp-opensuse-42.txt index 83b26118bc3..90ab8db0ea6 100644 --- a/requirements/static/py3.5/tcp-opensuse-42.txt +++ b/requirements/static/py3.5/tcp-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.5/tcp-opensuse-leap-15.txt b/requirements/static/py3.5/tcp-opensuse-leap-15.txt index 253395a2583..a40d21c54c0 100644 --- a/requirements/static/py3.5/tcp-opensuse-leap-15.txt +++ b/requirements/static/py3.5/tcp-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.5/tcp-osx.txt b/requirements/static/py3.5/tcp-osx.txt index dff74948f54..3cbb4231b68 100644 --- a/requirements/static/py3.5/tcp-osx.txt +++ b/requirements/static/py3.5/tcp-osx.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -34,7 +34,7 @@ gitpython==2.1.11 google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -50,7 +50,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -92,7 +92,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client diff --git a/requirements/static/py3.5/tcp-ubuntu-16.04.txt b/requirements/static/py3.5/tcp-ubuntu-16.04.txt index b108aab4105..80d7112b1a7 100644 --- a/requirements/static/py3.5/tcp-ubuntu-16.04.txt +++ b/requirements/static/py3.5/tcp-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -91,7 +91,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-ubuntu-18.04.txt b/requirements/static/py3.5/tcp-ubuntu-18.04.txt index 92bd4e8f2c4..05f335d8334 100644 --- a/requirements/static/py3.5/tcp-ubuntu-18.04.txt +++ b/requirements/static/py3.5/tcp-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -91,7 +91,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.5/tcp-windows.txt b/requirements/static/py3.5/tcp-windows.txt index bcb12b30e53..e694b33e8d7 100644 --- a/requirements/static/py3.5/tcp-windows.txt +++ b/requirements/static/py3.5/tcp-windows.txt @@ -7,10 +7,10 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest -backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.129 +backports.ssl-match-hostname==3.7.0.1 # via websocket-client +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests cffi==1.12.2 # via cryptography @@ -23,20 +23,15 @@ dnspython==1.16.0 docker-pycreds==0.4.0 # via docker docker==2.7.0 docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography -funcsigs==1.0.2 # via pytest -functools32==3.2.3.post2 # via jsonschema -futures==3.2.0 ; python_version < "3.0" google-auth==1.6.3 # via kubernetes idna==2.8 # via requests -ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +ipaddress==1.0.22 # via kubernetes +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 kubernetes==4.0.0 markupsafe==1.1.1 -meld3==1.0.2 # via supervisor mock==1.0.1 more-itertools==5.0.0 msgpack-python==0.5.6 @@ -70,14 +65,12 @@ rfc3987==1.3.8 rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 -scandir==1.10.0 # via pathlib2 sed==0.3.1 setproctitle==1.1.10 six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, salttesting, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" timelib==0.2.4 -tornado==4.5.3 ; python_version < "3" +tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes diff --git a/requirements/static/py3.5/zeromq-arch.txt b/requirements/static/py3.5/zeromq-arch.txt index 1358bb5f9a1..9d6f5fd3f0e 100644 --- a/requirements/static/py3.5/zeromq-arch.txt +++ b/requirements/static/py3.5/zeromq-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -70,7 +70,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -97,7 +97,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-centos-7.txt b/requirements/static/py3.5/zeromq-centos-7.txt index 70a515b04c7..6e77f9ec701 100644 --- a/requirements/static/py3.5/zeromq-centos-7.txt +++ b/requirements/static/py3.5/zeromq-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,13 +53,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -108,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-debian-8.txt b/requirements/static/py3.5/zeromq-debian-8.txt index a1175f91c20..17fda301598 100644 --- a/requirements/static/py3.5/zeromq-debian-8.txt +++ b/requirements/static/py3.5/zeromq-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +94,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +105,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-debian-9.txt b/requirements/static/py3.5/zeromq-debian-9.txt index d0c32b590a0..252b28e22d8 100644 --- a/requirements/static/py3.5/zeromq-debian-9.txt +++ b/requirements/static/py3.5/zeromq-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +94,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +105,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-fedora-28.txt b/requirements/static/py3.5/zeromq-fedora-28.txt index 6afd7da728d..f0419bca728 100644 --- a/requirements/static/py3.5/zeromq-fedora-28.txt +++ b/requirements/static/py3.5/zeromq-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,13 +53,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -108,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-fedora-29.txt b/requirements/static/py3.5/zeromq-fedora-29.txt index 7b265904aa8..a9f66fc5384 100644 --- a/requirements/static/py3.5/zeromq-fedora-29.txt +++ b/requirements/static/py3.5/zeromq-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,13 +53,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +79,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -108,7 +107,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-opensuse-42.txt b/requirements/static/py3.5/zeromq-opensuse-42.txt index 74ed6b6d010..9480737d008 100644 --- a/requirements/static/py3.5/zeromq-opensuse-42.txt +++ b/requirements/static/py3.5/zeromq-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +71,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -99,7 +99,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-opensuse-leap-15.txt b/requirements/static/py3.5/zeromq-opensuse-leap-15.txt index 7e263e448ed..f8bbc1df046 100644 --- a/requirements/static/py3.5/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py3.5/zeromq-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +71,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -99,7 +99,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-osx.txt b/requirements/static/py3.5/zeromq-osx.txt index be0e022f15d..dc1c4806b53 100644 --- a/requirements/static/py3.5/zeromq-osx.txt +++ b/requirements/static/py3.5/zeromq-osx.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -34,7 +34,7 @@ gitpython==2.1.11 google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -50,7 +50,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -76,7 +76,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client @@ -106,7 +105,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk ws4py==0.5.1 # via pylxd xmltodict==0.12.0 # via moto diff --git a/requirements/static/py3.5/zeromq-ubuntu-16.04.txt b/requirements/static/py3.5/zeromq-ubuntu-16.04.txt index 324fa8407bc..8dbd413a3c7 100644 --- a/requirements/static/py3.5/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py3.5/zeromq-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +94,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +105,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-ubuntu-18.04.txt b/requirements/static/py3.5/zeromq-ubuntu-18.04.txt index 6ef7bd22504..0c21aeb4a31 100644 --- a/requirements/static/py3.5/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py3.5/zeromq-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,13 +52,13 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +94,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +105,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.5/zeromq-windows.txt b/requirements/static/py3.5/zeromq-windows.txt index a11558b8dfb..c0fb470ddc5 100644 --- a/requirements/static/py3.5/zeromq-windows.txt +++ b/requirements/static/py3.5/zeromq-windows.txt @@ -7,10 +7,10 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest -backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.124 +backports.ssl-match-hostname==3.7.0.1 # via websocket-client +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests cffi==1.12.2 # via cryptography @@ -23,20 +23,15 @@ dnspython==1.16.0 docker-pycreds==0.4.0 # via docker docker==2.7.0 docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography -funcsigs==1.0.2 # via pytest -functools32==3.2.3.post2 # via jsonschema -futures==3.2.0 ; python_version < "3.0" google-auth==1.6.3 # via kubernetes idna==2.8 # via requests -ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +ipaddress==1.0.22 # via kubernetes +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 kubernetes==4.0.0 markupsafe==1.1.1 -meld3==1.0.2 # via supervisor mock==1.0.1 more-itertools==5.0.0 msgpack-python==0.5.6 @@ -50,7 +45,7 @@ py==1.8.0 # via pytest pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodomex==3.8.0 ; sys_platform == "win32" +pycryptodomex==3.8.1 ; sys_platform == "win32" pyopenssl==19.0.0 pytest-cov==2.6.1 pytest-helpers-namespace==2019.1.8 @@ -58,7 +53,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes python-etcd==0.4.2 python-gnupg==0.4.4 @@ -72,14 +67,12 @@ rfc3987==1.3.8 rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 -scandir==1.10.0 # via pathlib2 sed==0.3.1 setproctitle==1.1.10 six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, salttesting, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" timelib==0.2.4 -tornado==4.5.3 ; python_version < "3" +tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes diff --git a/requirements/static/py3.6/raet-arch.txt b/requirements/static/py3.6/raet-arch.txt index c6707126fd5..008b22ce229 100644 --- a/requirements/static/py3.6/raet-arch.txt +++ b/requirements/static/py3.6/raet-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -54,7 +55,7 @@ msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -70,7 +71,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -97,7 +98,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-centos-7.txt b/requirements/static/py3.6/raet-centos-7.txt index 816c4ca4a20..51303e9257f 100644 --- a/requirements/static/py3.6/raet-centos-7.txt +++ b/requirements/static/py3.6/raet-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,12 +57,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +80,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +97,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -108,7 +108,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-debian-8.txt b/requirements/static/py3.6/raet-debian-8.txt index d9c4b183e82..dee3ad41597 100644 --- a/requirements/static/py3.6/raet-debian-8.txt +++ b/requirements/static/py3.6/raet-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,12 +56,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-debian-9.txt b/requirements/static/py3.6/raet-debian-9.txt index 485b36bd3a1..800cd6e75a1 100644 --- a/requirements/static/py3.6/raet-debian-9.txt +++ b/requirements/static/py3.6/raet-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,12 +56,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-fedora-28.txt b/requirements/static/py3.6/raet-fedora-28.txt index 0223cb305f3..2916461cf1a 100644 --- a/requirements/static/py3.6/raet-fedora-28.txt +++ b/requirements/static/py3.6/raet-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,12 +57,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +80,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +97,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -108,7 +108,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-fedora-29.txt b/requirements/static/py3.6/raet-fedora-29.txt index 1f464b631d1..ed4dfdcc639 100644 --- a/requirements/static/py3.6/raet-fedora-29.txt +++ b/requirements/static/py3.6/raet-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -30,7 +30,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -56,12 +57,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -79,7 +80,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +97,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -108,7 +108,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-opensuse-42.txt b/requirements/static/py3.6/raet-opensuse-42.txt index 849081c65ff..47cc5cf7677 100644 --- a/requirements/static/py3.6/raet-opensuse-42.txt +++ b/requirements/static/py3.6/raet-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,7 +56,7 @@ msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +72,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -99,7 +100,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-opensuse-leap-15.txt b/requirements/static/py3.6/raet-opensuse-leap-15.txt index f33327d1761..f8bbeebdc9a 100644 --- a/requirements/static/py3.6/raet-opensuse-leap-15.txt +++ b/requirements/static/py3.6/raet-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -39,7 +40,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,7 +56,7 @@ msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -71,7 +72,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -99,7 +100,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-osx.txt b/requirements/static/py3.6/raet-osx.txt index e10bd0dc734..46cf5afcd60 100644 --- a/requirements/static/py3.6/raet-osx.txt +++ b/requirements/static/py3.6/raet-osx.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -28,7 +28,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -36,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +54,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -76,7 +77,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +96,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client @@ -106,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk ws4py==0.5.1 # via pylxd xmltodict==0.12.0 # via moto diff --git a/requirements/static/py3.6/raet-ubuntu-16.04.txt b/requirements/static/py3.6/raet-ubuntu-16.04.txt index 16053ff4168..7d43efa8ace 100644 --- a/requirements/static/py3.6/raet-ubuntu-16.04.txt +++ b/requirements/static/py3.6/raet-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,12 +56,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-ubuntu-18.04.txt b/requirements/static/py3.6/raet-ubuntu-18.04.txt index 8e76c5ce0ae..d39cf4e10f0 100644 --- a/requirements/static/py3.6/raet-ubuntu-18.04.txt +++ b/requirements/static/py3.6/raet-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -29,7 +29,8 @@ docker-pycreds==0.4.0 # via docker docker==3.7.2 docutils==0.14 # via botocore ecdsa==0.13 # via python-jose -enum34==1.1.6 # via raet +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet future==0.17.1 # via python-jose gitdb2==2.0.5 # via gitpython gitpython==2.1.11 @@ -38,7 +39,7 @@ idna==2.8 # via requests ioflo==1.7.5 ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -55,12 +56,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -77,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client @@ -106,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/raet-windows.txt b/requirements/static/py3.6/raet-windows.txt index 4533fd3ed20..1f67e7db427 100644 --- a/requirements/static/py3.6/raet-windows.txt +++ b/requirements/static/py3.6/raet-windows.txt @@ -7,10 +7,10 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest -backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.125 +backports.ssl-match-hostname==3.7.0.1 # via websocket-client +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests cffi==1.12.2 # via cryptography @@ -23,29 +23,25 @@ dnspython==1.16.0 docker-pycreds==0.4.0 # via docker docker==2.7.0 docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography, raet -funcsigs==1.0.2 # via pytest -functools32==3.2.3.post2 # via jsonschema -futures==3.2.0 ; python_version < "3.0" +# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$' +# enum34==1.1.6 # via raet google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ioflo==1.7.5 -ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +ipaddress==1.0.22 # via kubernetes +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 kubernetes==4.0.0 libnacl==1.6.1 markupsafe==1.1.1 -meld3==1.0.2 # via supervisor mock==1.0.1 more-itertools==5.0.0 msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib patch==1.16 -pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest psutil==5.6.1 py==1.8.0 # via pytest @@ -59,7 +55,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes python-etcd==0.4.2 python-gnupg==0.4.4 @@ -73,14 +69,12 @@ rfc3987==1.3.8 rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 -scandir==1.10.0 # via pathlib2 sed==0.3.1 setproctitle==1.1.10 -six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, raet, salttesting, websocket-client +six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pyopenssl, pytest, python-dateutil, pyvmomi, raet, salttesting, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" timelib==0.2.4 -tornado==4.5.3 ; python_version < "3" +tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes diff --git a/requirements/static/py3.6/tcp-arch.txt b/requirements/static/py3.6/tcp-arch.txt index 164cc037448..3c6573f747b 100644 --- a/requirements/static/py3.6/tcp-arch.txt +++ b/requirements/static/py3.6/tcp-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.6/tcp-centos-7.txt b/requirements/static/py3.6/tcp-centos-7.txt index 29fb36656ad..f217a378106 100644 --- a/requirements/static/py3.6/tcp-centos-7.txt +++ b/requirements/static/py3.6/tcp-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -92,7 +92,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/tcp-debian-8.txt b/requirements/static/py3.6/tcp-debian-8.txt index b2299aaf32e..618357abf7f 100644 --- a/requirements/static/py3.6/tcp-debian-8.txt +++ b/requirements/static/py3.6/tcp-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -90,7 +90,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/tcp-debian-9.txt b/requirements/static/py3.6/tcp-debian-9.txt index 170aa83a176..d9ca473980a 100644 --- a/requirements/static/py3.6/tcp-debian-9.txt +++ b/requirements/static/py3.6/tcp-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -90,7 +90,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/tcp-fedora-28.txt b/requirements/static/py3.6/tcp-fedora-28.txt index 1bb58f7b5f4..2dad28a91a3 100644 --- a/requirements/static/py3.6/tcp-fedora-28.txt +++ b/requirements/static/py3.6/tcp-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -92,7 +92,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/tcp-fedora-29.txt b/requirements/static/py3.6/tcp-fedora-29.txt index 9ca09369cd3..3004fdf714b 100644 --- a/requirements/static/py3.6/tcp-fedora-29.txt +++ b/requirements/static/py3.6/tcp-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,7 +53,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -92,7 +92,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/tcp-opensuse-42.txt b/requirements/static/py3.6/tcp-opensuse-42.txt index 18672ff638b..c9a21837610 100644 --- a/requirements/static/py3.6/tcp-opensuse-42.txt +++ b/requirements/static/py3.6/tcp-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.6/tcp-opensuse-leap-15.txt b/requirements/static/py3.6/tcp-opensuse-leap-15.txt index 28d4cb6f4b2..0f3cfaeb6f0 100644 --- a/requirements/static/py3.6/tcp-opensuse-leap-15.txt +++ b/requirements/static/py3.6/tcp-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk diff --git a/requirements/static/py3.6/tcp-osx.txt b/requirements/static/py3.6/tcp-osx.txt index ba8cc56287a..a4d6db62fe5 100644 --- a/requirements/static/py3.6/tcp-osx.txt +++ b/requirements/static/py3.6/tcp-osx.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -34,7 +34,7 @@ gitpython==2.1.11 google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -50,7 +50,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -91,7 +91,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client diff --git a/requirements/static/py3.6/tcp-ubuntu-16.04.txt b/requirements/static/py3.6/tcp-ubuntu-16.04.txt index fd3e8e4ef4b..1656795a058 100644 --- a/requirements/static/py3.6/tcp-ubuntu-16.04.txt +++ b/requirements/static/py3.6/tcp-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -90,7 +90,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/tcp-ubuntu-18.04.txt b/requirements/static/py3.6/tcp-ubuntu-18.04.txt index c23d479beea..e61720f95d9 100644 --- a/requirements/static/py3.6/tcp-ubuntu-18.04.txt +++ b/requirements/static/py3.6/tcp-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.129 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.129 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 @@ -90,7 +90,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client diff --git a/requirements/static/py3.6/zeromq-arch.txt b/requirements/static/py3.6/zeromq-arch.txt index 0b9f3dc8f52..7896272759b 100644 --- a/requirements/static/py3.6/zeromq-arch.txt +++ b/requirements/static/py3.6/zeromq-arch.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -51,7 +51,7 @@ msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -69,7 +69,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -96,7 +96,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-centos-7.txt b/requirements/static/py3.6/zeromq-centos-7.txt index 79eb29df78a..137e5915287 100644 --- a/requirements/static/py3.6/zeromq-centos-7.txt +++ b/requirements/static/py3.6/zeromq-centos-7.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,12 +53,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-debian-8.txt b/requirements/static/py3.6/zeromq-debian-8.txt index ef32ffc18d7..fa841a14986 100644 --- a/requirements/static/py3.6/zeromq-debian-8.txt +++ b/requirements/static/py3.6/zeromq-debian-8.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,12 +52,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -76,7 +76,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -105,7 +104,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-debian-9.txt b/requirements/static/py3.6/zeromq-debian-9.txt index 58cfed5a9b6..e5fc6a8ac5c 100644 --- a/requirements/static/py3.6/zeromq-debian-9.txt +++ b/requirements/static/py3.6/zeromq-debian-9.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,12 +52,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -76,7 +76,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -105,7 +104,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-fedora-28.txt b/requirements/static/py3.6/zeromq-fedora-28.txt index 45267847abe..0c2f8ba37f4 100644 --- a/requirements/static/py3.6/zeromq-fedora-28.txt +++ b/requirements/static/py3.6/zeromq-fedora-28.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,12 +53,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-fedora-29.txt b/requirements/static/py3.6/zeromq-fedora-29.txt index f34813c1a0d..fda49c6fcf2 100644 --- a/requirements/static/py3.6/zeromq-fedora-29.txt +++ b/requirements/static/py3.6/zeromq-fedora-29.txt @@ -13,9 +13,9 @@ backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -37,7 +37,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -53,12 +53,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -78,7 +78,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -95,7 +95,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -107,7 +106,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-opensuse-42.txt b/requirements/static/py3.6/zeromq-opensuse-42.txt index 32eb43acd9b..d04ad7042c7 100644 --- a/requirements/static/py3.6/zeromq-opensuse-42.txt +++ b/requirements/static/py3.6/zeromq-opensuse-42.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -70,7 +70,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -98,7 +98,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-opensuse-leap-15.txt b/requirements/static/py3.6/zeromq-opensuse-leap-15.txt index 44d9b6f0a3d..47db824f732 100644 --- a/requirements/static/py3.6/zeromq-opensuse-leap-15.txt +++ b/requirements/static/py3.6/zeromq-opensuse-leap-15.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 cffi==1.12.2 @@ -37,7 +37,7 @@ hgtools==8.1.1 idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,7 +52,7 @@ msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -70,7 +70,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -98,7 +98,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-osx.txt b/requirements/static/py3.6/zeromq-osx.txt index ccf28f30d4f..681ac80f8d0 100644 --- a/requirements/static/py3.6/zeromq-osx.txt +++ b/requirements/static/py3.6/zeromq-osx.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.ssl-match-hostname==3.7.0.1 # via websocket-client bcrypt==3.1.6 # via paramiko -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -34,7 +34,7 @@ gitpython==2.1.11 google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -50,7 +50,7 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.4.2 # via junos-eznc, ncclient, scp @@ -75,7 +75,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd python-etcd==0.4.2 python-gnupg==0.4.4 @@ -94,7 +94,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client @@ -105,7 +104,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk ws4py==0.5.1 # via pylxd xmltodict==0.12.0 # via moto diff --git a/requirements/static/py3.6/zeromq-ubuntu-16.04.txt b/requirements/static/py3.6/zeromq-ubuntu-16.04.txt index 3bf80ba5efc..8daebdbe7f3 100644 --- a/requirements/static/py3.6/zeromq-ubuntu-16.04.txt +++ b/requirements/static/py3.6/zeromq-ubuntu-16.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,12 +52,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -76,7 +76,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -105,7 +104,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-ubuntu-18.04.txt b/requirements/static/py3.6/zeromq-ubuntu-18.04.txt index 7eba28a00b4..7124238022f 100644 --- a/requirements/static/py3.6/zeromq-ubuntu-18.04.txt +++ b/requirements/static/py3.6/zeromq-ubuntu-18.04.txt @@ -12,9 +12,9 @@ aws-xray-sdk==0.95 # via moto backports-abc==0.5 # via tornado backports.functools-lru-cache==1.5 # via cheroot backports.ssl-match-hostname==3.7.0.1 # via websocket-client -boto3==1.9.124 +boto3==1.9.130 boto==2.49.0 -botocore==1.12.124 # via boto3, moto, s3transfer +botocore==1.12.130 # via boto3, moto, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests, tornado cffi==1.12.2 @@ -36,7 +36,7 @@ google-auth==1.6.3 # via kubernetes idna==2.8 # via requests ipaddress==1.0.22 # via kubernetes jaraco.functools==2.0 # via tempora -jinja2==2.10 +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==1.1 # via aws-xray-sdk @@ -52,12 +52,12 @@ more-itertools==5.0.0 moto==1.3.7 msgpack-python==0.5.6 msgpack==0.6.1 -ncclient==0.6.3 # via junos-eznc +ncclient==0.6.4 # via junos-eznc netaddr==0.7.19 # via junos-eznc oauthlib==3.0.1 # via requests-oauthlib paramiko==2.1.2 pluggy==0.9.0 # via pytest -portend==2.3 # via cherrypy +portend==2.4 # via cherrypy psutil==5.6.1 py==1.8.0 # via pytest pyaml==18.11.0 # via moto @@ -76,7 +76,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes, moto python-etcd==0.4.2 python-gnupg==0.4.4 @@ -93,7 +93,6 @@ rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 scp==0.13.2 # via junos-eznc -selectors2==2.0.1 # via ncclient setproctitle==1.1.10 singledispatch==3.4.0.3 # via tornado six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client @@ -105,7 +104,7 @@ tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes -werkzeug==0.15.1 # via moto +werkzeug==0.15.2 # via moto wrapt==1.11.1 # via aws-xray-sdk xmltodict==0.12.0 # via moto zc.lockfile==1.4 # via cherrypy diff --git a/requirements/static/py3.6/zeromq-windows.txt b/requirements/static/py3.6/zeromq-windows.txt index a061fc7b0de..a49a8fd7285 100644 --- a/requirements/static/py3.6/zeromq-windows.txt +++ b/requirements/static/py3.6/zeromq-windows.txt @@ -7,10 +7,10 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via pytest -backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client -boto3==1.9.125 +backports.ssl-match-hostname==3.7.0.1 # via websocket-client +boto3==1.9.130 boto==2.49.0 -botocore==1.12.125 # via boto3, s3transfer +botocore==1.12.130 # via boto3, s3transfer cachetools==3.1.0 # via google-auth certifi==2019.3.9 # via kubernetes, requests cffi==1.12.2 # via cryptography @@ -23,34 +23,28 @@ dnspython==1.16.0 docker-pycreds==0.4.0 # via docker docker==2.7.0 docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography -funcsigs==1.0.2 # via pytest -functools32==3.2.3.post2 # via jsonschema -futures==3.2.0 ; python_version < "3.0" google-auth==1.6.3 # via kubernetes idna==2.8 # via requests -ipaddress==1.0.22 # via cryptography, docker, kubernetes -jinja2==2.10 +ipaddress==1.0.22 # via kubernetes +jinja2==2.10.1 jmespath==0.9.4 # via boto3, botocore jsonschema==2.6.0 keyring==5.7.1 kubernetes==4.0.0 markupsafe==1.1.1 -meld3==1.0.2 # via supervisor mock==1.0.1 more-itertools==5.0.0 msgpack-python==0.5.6 msgpack==0.6.1 oauthlib==3.0.1 # via requests-oauthlib patch==1.16 -pathlib2==2.3.3 # via pytest pluggy==0.9.0 # via pytest psutil==5.6.1 py==1.8.0 # via pytest pyasn1-modules==0.2.4 # via google-auth pyasn1==0.4.5 # via pyasn1-modules, rsa pycparser==2.19 # via cffi -pycryptodomex==3.8.0 ; sys_platform == "win32" +pycryptodomex==3.8.1 ; sys_platform == "win32" pyopenssl==19.0.0 pytest-cov==2.6.1 pytest-helpers-namespace==2019.1.8 @@ -58,7 +52,7 @@ pytest-salt-runtests-bridge==2019.1.30 pytest-salt==2018.12.8 pytest-tempdir==2018.8.11 pytest-timeout==1.3.3 -pytest==4.3.1 +pytest==4.4.0 python-dateutil==2.8.0 # via botocore, kubernetes python-etcd==0.4.2 python-gnupg==0.4.4 @@ -72,14 +66,12 @@ rfc3987==1.3.8 rsa==4.0 # via google-auth s3transfer==0.2.0 # via boto3 salttesting==2017.6.1 -scandir==1.10.0 # via pathlib2 sed==0.3.1 setproctitle==1.1.10 -six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pathlib2, pyopenssl, pytest, python-dateutil, pyvmomi, salttesting, websocket-client +six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, more-itertools, pyopenssl, pytest, python-dateutil, pyvmomi, salttesting, websocket-client strict-rfc3339==0.7 -supervisor==3.3.5 ; python_version < "3" timelib==0.2.4 -tornado==4.5.3 ; python_version < "3" +tornado==4.5.3 ; python_version >= "3.4" urllib3==1.24.1 # via botocore, kubernetes, python-etcd, requests virtualenv==16.4.3 websocket-client==0.40.0 # via docker, kubernetes