summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAge
* Bump docker-py to 5.0.0 and PyYAML to 5.4.1Ulysses Souza2021-04-06
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Bump python-dotenv from 0.14.0 to 0.17.0dependabot-preview[bot]2021-04-05
| | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.14.0 to 0.17.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.14.0...v0.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use built-in functools.cached_property when possibleMichał Górny2021-03-06
| | | | | | | | The cached_property decorator is built-in in functools module since Python 3.8. Use the external cached_property package only for older versions of Python. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Bump docker-py version to 4.4.4aiordache2021-02-24
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Fix SSH port parsing via docker-py bumpaiordache2021-02-18
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Bump docker-pyUlysses Souza2021-02-15
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Avoid setting unsuported parameter for subprocess.Popen on WindowsUlysses Souza2020-12-22
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Upgrade Windows dependency (#7537)Ofek Lev2020-12-02
| | | Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
* Shell out to ssh client for ssh connectionsaiordache2020-11-23
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Use docker-py's default api version for engine queriesaiordache2020-08-21
| | | | | | Bump docker-py version to 4.3.1 Signed-off-by: aiordache <anca.iordache@docker.com>
* Update schema and fix memory limit parsingaiordache2020-08-17
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Merge pull request #7661 from docker/dependabot/pip/urllib3-1.25.10Anca Iordache2020-08-11
|\ | | | | Bump urllib3 from 1.25.9 to 1.25.10
| * Bump urllib3 from 1.25.9 to 1.25.10dependabot-preview[bot]2020-08-10
| | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.25.10. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.25.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Removed Python2 supportalexrecuenco2020-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #6890 Some remarks, - `# coding ... utf-8` statements are not needed - isdigit on strings instead of a try-catch. - Default opening mode is read, so we can do `open()` without the `'r'` everywhere - Removed inheritinng from `object` class, it isn't necessary in python3. - `super(ClassName, self)` can now be replaced with `super()` - Use of itertools and `chain` on a couple places dealing with sets. - Used the operator module instead of lambdas when warranted `itemgetter(0)` instead of `lambda x: x[0]` `attrgetter('name')` instead of `lambda x: x.name` - `sorted` returns a list, so no need to use `list(sorted(...))` - Removed `dict()` using dictionary comprehensions whenever possible - Attempted to remove python3.2 support Signed-off-by: alexrecuenco <alejandrogonzalezrecuenco@gmail.com>
* | Bump docker from 4.2.2 to 4.3.0dependabot-preview[bot]2020-08-10
|/ | | | | | | Bumps [docker](https://github.com/docker/docker-py) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/4.2.2...4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #7570 from docker/dependabot/pip/idna-2.10Anca Iordache2020-08-05
|\ | | | | Bump idna from 2.8 to 2.10
| * Bump idna from 2.8 to 2.10dependabot-preview[bot]2020-06-29
| | | | | | | | | | | | | | | | Bumps [idna](https://github.com/kjd/idna) from 2.8 to 2.10. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v2.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump requests from 2.22.0 to 2.24.0dependabot-preview[bot]2020-07-07
| | | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.24.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump python-dotenv from 0.13.0 to 0.14.0dependabot-preview[bot]2020-07-07
| | | | | | | | | | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #7563 from aiordache/validate_context_endpointUlysses Souza2020-06-30
|\ \ | |/ |/| Error out when context target is not a docker engine
| * check context in use targets a docker engineaiordache2020-06-30
| | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | Bump pyyaml from 5.3 to 5.3.1dependabot-preview[bot]2020-06-23
| | | | | | | | | | | | | | | | Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump certifi from 2020.4.5.1 to 2020.6.20dependabot-preview[bot]2020-06-23
|/ | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2020.6.20. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.04.05.1...2020.06.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #7031 from venthur/remove_python2Ulysses Souza2020-06-10
|\ | | | | Removed Python2 support
| * Removed sixBastian Venthur2020-06-03
| | | | | | | | Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
| * Removed Python2 supportBastian Venthur2020-06-03
| | | | | | | | | | | | Closes: #6890 Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
* | Pin all indirect dependenciesUlysses Souza2020-06-04
| | | | | | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* | Bump docker-pyUlysses Souza2020-06-03
|/ | | | | | | This should fix https problems when running on remote daemon Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Pin wcwidth==0.1.9Ulysses Souza2020-06-02
| | | | | | | | | | | | | wcwidth version 0.2.0 until at least 0.2.3 results in: [745] Failed to execute script pyi_rth_pkgres Traceback (most recent call last): File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in <module> File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module exec(bytecode, module.__dict__) File "site-packages/pkg_resources/__init__.py", line 86, in <module> ModuleNotFoundError: No module named 'pkg_resources.py2_warn' Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Bump urllib3 from 1.25.7 to 1.25.9dependabot-preview[bot]2020-05-20
| | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.25.9. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.7...1.25.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump python-dotenv from 0.11.0 to 0.13.0Ulysses Souza2020-04-20
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Bump certifi from 2019.11.28 to 2020.4.5.1dependabot-preview[bot]2020-04-17
| | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2020.4.5.1. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add "distro" packageUlysses Souza2020-04-16
| | | | | | | This package implements the method 'platform.linux_distribution' removed in Python 3.8 Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Resolve a compatibility issueUlysses Souza2020-02-27
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Merge pull request #7238 from docker/dependabot/pip/idna-2.9Ulysses Souza2020-02-21
|\ | | | | Bump idna from 2.8 to 2.9
| * Bump idna from 2.8 to 2.9dependabot-preview[bot]2020-02-17
| | | | | | | | | | | | | | | | Bumps [idna](https://github.com/kjd/idna) from 2.8 to 2.9. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v2.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump python-dotenv from 0.10.5 to 0.11.0dependabot-preview[bot]2020-02-10
|/ | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.10.5 to 0.11.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use docker context interface from docker-pyAnca Iordache2020-02-06
| | | | Signed-off-by: Anca Iordache <anca.iordache@docker.com>
* Add python-dotenvUlysses Souza2020-01-27
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Merge pull request #7140 from docker/dependabot/pip/cached-property-1.5.1Ulysses Souza2020-01-14
|\ | | | | Bump cached-property from 1.3.0 to 1.5.1
| * Bump cached-property from 1.3.0 to 1.5.1dependabot-preview[bot]2020-01-14
| | | | | | | | | | | | | | | | Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.3.0 to 1.5.1. - [Release notes](https://github.com/pydanny/cached-property/releases) - [Changelog](https://github.com/pydanny/cached-property/blob/master/HISTORY.rst) - [Commits](https://github.com/pydanny/cached-property/compare/1.3.0...1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #7142 from docker/dependabot/pip/ipaddress-1.0.23Ulysses Souza2020-01-14
|\ \ | | | | | | Bump ipaddress from 1.0.18 to 1.0.23
| * | Bump ipaddress from 1.0.18 to 1.0.23dependabot-preview[bot]2020-01-14
| | | | | | | | | | | | | | | | | | | | | Bumps [ipaddress](https://github.com/phihag/ipaddress) from 1.0.18 to 1.0.23. - [Release notes](https://github.com/phihag/ipaddress/releases) - [Commits](https://github.com/phihag/ipaddress/compare/v1.0.18...v1.0.23) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #7090 from docker/dependabot/pip/urllib3-1.25.7Ulysses Souza2020-01-14
|\ \ \ | |_|/ |/| | Bump urllib3 from 1.24.2 to 1.25.7
| * | Bump urllib3 from 1.24.2 to 1.25.7dependabot-preview[bot]2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.25.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.25.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #7139 from docker/dependabot/pip/certifi-2019.11.28Ulysses Souza2020-01-14
|\ \ \ | |_|/ |/| | Bump certifi from 2017.4.17 to 2019.11.28
| * | Bump certifi from 2017.4.17 to 2019.11.28dependabot-preview[bot]2020-01-13
| | | | | | | | | | | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.4.17 to 2019.11.28. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2017.04.17...2019.11.28) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump paramiko from 2.6.0 to 2.7.1dependabot-preview[bot]2020-01-13
|/ / | | | | | | | | | | | | | | Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/master/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.6.0...2.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #7054 from docker/dependabot/pip/jsonschema-3.2.0Ulysses Souza2020-01-09
|\ \ | | | | | | Bump jsonschema from 3.0.1 to 3.2.0
| * | Bump jsonschema from 3.0.1 to 3.2.0dependabot-preview[bot]2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.0.1 to 3.2.0. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v3.0.1...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>