diff --git a/common/src/foundation/python-packages/LICENSE.txt b/common/src/foundation/python-packages/LICENSE.txt index b7f2a355f..45f5b563f 100644 --- a/common/src/foundation/python-packages/LICENSE.txt +++ b/common/src/foundation/python-packages/LICENSE.txt @@ -23,7 +23,7 @@ entrypoints 0.3 OSI Approved :: MIT License flake8 3.7.8 OSI Approved :: MIT License https://gitlab.com/pycqa/flake8 gitdb2 2.0.5 OSI Approved :: BSD License https://github.com/gitpython-developers/gitdb idna 2.8 OSI Approved :: BSD License https://github.com/kjd/idna -importlib-metadata 0.21 OSI Approved :: Apache Software License http://importlib-metadata.readthedocs.io/ +importlib-metadata 0.22 OSI Approved :: Apache Software License http://importlib-metadata.readthedocs.io/ iniherit 0.3.9 Public Domain http://github.com/cadithealth/iniherit itsdangerous 1.1.0 OSI Approved :: BSD License https://palletsprojects.com/p/itsdangerous/ jmespath 0.9.4 OSI Approved :: MIT License https://github.com/jmespath/jmespath.py @@ -48,7 +48,7 @@ pyparsing 2.4.2 OSI Approved :: MIT License pytest 5.1.2 OSI Approved :: MIT License https://docs.pytest.org/en/latest/ python-daemon 2.2.3 OSI Approved :: Apache Software License https://pagure.io/python-daemon/ pytz 2019.2 OSI Approved :: MIT License http://pythonhosted.org/pytz -pyzmq 18.1.0 OSI Approved :: BSD License https://pyzmq.readthedocs.org +pyzmq 17.1.2 OSI Approved :: BSD License https://pyzmq.readthedocs.org redis 3.3.8 OSI Approved :: MIT License https://github.com/andymccurdy/redis-py requests 2.22.0 OSI Approved :: Apache Software License http://python-requests.org setuptools 41.2.0 OSI Approved :: MIT License https://github.com/pypa/setuptools diff --git a/common/src/foundation/python-packages/packages.json b/common/src/foundation/python-packages/packages.json index c87af2812..77db0abd9 100644 --- a/common/src/foundation/python-packages/packages.json +++ b/common/src/foundation/python-packages/packages.json @@ -29,7 +29,7 @@ "pexpect": { "fe": true }, "psutil": { "fe": true, "be": true, "bootstrap": true }, "python-daemon": { "fe": true, "be": true, "bootstrap": true }, - "pyzmq": { "fe": true, "be": true, "bootstrap": true }, + "pyzmq": { "fe": true, "be": true, "bootstrap": true, "version": "17.1.2" }, "redis": { "fe": true, "bootstrap": true }, "requests": { "fe": true }, "testinfra": { "fe": true, "bootstrap": true, "version": "1.16.0" }, diff --git a/common/src/foundation/python-packages/versions.json b/common/src/foundation/python-packages/versions.json index c979f2768..4e2828155 100644 --- a/common/src/foundation/python-packages/versions.json +++ b/common/src/foundation/python-packages/versions.json @@ -1 +1 @@ -{"Django": "1.11.6", "Flask": "1.0.2", "GitPython": "2.1.11", "PyMySQL": "0.8.1", "ansible": "2.8.4", "configparser": "4.0.1", "flake8": "3.7.8", "jmespath": "0.9.4", "jsoncomment": "0.4.2", "mod-wsgi": "4.6.7", "netifaces": "0.10.9", "paramiko": "2.6.0", "pexpect": "4.7.0", "psutil": "5.6.3", "python-daemon": "2.2.3", "pyzmq": "18.1.0", "redis": "3.3.8", "requests": "2.22.0", "testinfra": "1.16.0", "yoyo-migrations": "6.1.0", "pytz": "2019.2", "itsdangerous": "1.1.0", "Jinja2": "2.10.1", "Click": "7.0", "MarkupSafe": "1.1.1", "Werkzeug": "0.15.6", "smmap2": "2.0.5", "gitdb2": "2.0.5", "asn1crypto": "0.24.0", "PyYAML": "5.1.2", "cffi": "1.12.3", "six": "1.12.0", "pycparser": "2.19", "cryptography": "2.7", "entrypoints": "0.3", "pyflakes": "2.1.1", "mccabe": "0.6.1", "pycodestyle": "2.5.0", "json-spec": "0.10.1", "PyNaCl": "1.3.0", "bcrypt": "3.1.7", "ptyprocess": "0.6.0", "docutils": "0.15.2", "lockfile": "0.12.2", "setuptools": "41.2.0", "certifi": "2019.6.16", "idna": "2.8", "chardet": "3.0.4", "urllib3": "1.25.3", "packaging": "19.1", "pytest": "5.1.2", "pluggy": "0.13.0", "atomicwrites": "1.3.0", "py": "1.8.0", "attrs": "19.1.0", "wcwidth": "0.1.7", "zipp": "0.6.0", "more-itertools": "7.2.0", "importlib-metadata": "0.21", "pyparsing": "2.4.2", "iniherit": "0.3.9", "text-unidecode": "1.3"} \ No newline at end of file +{"Django": "1.11.6", "Flask": "1.0.2", "GitPython": "2.1.11", "PyMySQL": "0.8.1", "ansible": "2.8.4", "configparser": "4.0.1", "flake8": "3.7.8", "jmespath": "0.9.4", "jsoncomment": "0.4.2", "mod-wsgi": "4.6.7", "netifaces": "0.10.9", "paramiko": "2.6.0", "pexpect": "4.7.0", "psutil": "5.6.3", "python-daemon": "2.2.3", "pyzmq": "17.1.2", "redis": "3.3.8", "requests": "2.22.0", "testinfra": "1.16.0", "yoyo-migrations": "6.1.0", "pytz": "2019.2", "Werkzeug": "0.15.6", "MarkupSafe": "1.1.1", "Jinja2": "2.10.1", "itsdangerous": "1.1.0", "Click": "7.0", "gitdb2": "2.0.5", "smmap2": "2.0.5", "pycparser": "2.19", "cryptography": "2.7", "cffi": "1.12.3", "six": "1.12.0", "PyYAML": "5.1.2", "asn1crypto": "0.24.0", "pyflakes": "2.1.1", "pycodestyle": "2.5.0", "entrypoints": "0.3", "mccabe": "0.6.1", "json-spec": "0.10.1", "bcrypt": "3.1.7", "PyNaCl": "1.3.0", "ptyprocess": "0.6.0", "docutils": "0.15.2", "setuptools": "41.2.0", "lockfile": "0.12.2", "urllib3": "1.25.3", "certifi": "2019.6.16", "chardet": "3.0.4", "idna": "2.8", "more-itertools": "7.2.0", "importlib-metadata": "0.22", "packaging": "19.1", "attrs": "19.1.0", "pytest": "5.1.2", "pluggy": "0.13.0", "wcwidth": "0.1.7", "zipp": "0.6.0", "py": "1.8.0", "pyparsing": "2.4.2", "atomicwrites": "1.3.0", "iniherit": "0.3.9", "text-unidecode": "1.3"} \ No newline at end of file