diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-03-02 00:55:27 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-03-02 00:55:27 -0500 |
commit | bd44d7ab06f85ec310cd7d288677e9b1081891f7 (patch) | |
tree | 297d704f3fcf89c723e28d53adf871c27f6212ec | |
parent | 58a49a3fecb9e7d1c0950a7293c196523cd8e1f3 (diff) | |
download | docker-python-bd44d7ab06f85ec310cd7d288677e9b1081891f7.tar.gz |
Updates:
* setuptools
* wheel
* pip
-rw-r--r-- | etc/pip/001-setuptools | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/pip/001-setuptools b/etc/pip/001-setuptools index 621eb9d..1baf896 100644 --- a/etc/pip/001-setuptools +++ b/etc/pip/001-setuptools @@ -1,3 +1,3 @@ -pip==18.1 -setuptools==40.6.2 -wheel==0.32.3 +pip==19.0.3 +setuptools==40.8.0 +wheel==0.33.1 |