From c2496ab0a9da1a31a5ae8071c6edf023f2816d1c Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 2 Mar 2021 06:18:49 +0000 Subject: [PATCH 1/2] setuptools: Bump version to 54.0.0 --- python/pip_install/repositories.bzl | 6 +++--- python/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/pip_install/repositories.bzl b/python/pip_install/repositories.bzl index 835a21eb2d..d36845186a 100644 --- a/python/pip_install/repositories.bzl +++ b/python/pip_install/repositories.bzl @@ -16,8 +16,8 @@ _RULE_DEPS = [ ), ( "pypi__setuptools", - "https://files.pythonhosted.org/packages/ab/b5/3679d7c98be5b65fa5522671ef437b792d909cf3908ba54fe9eca5d2a766/setuptools-44.1.0-py2.py3-none-any.whl", - "992728077ca19db6598072414fb83e0a284aca1253aaf2e24bb1e55ee6db1a30", + "https://files.pythonhosted.org/packages/70/06/849cc805ac6332210083f2114a95b22ee252ce81ed4e1be4f1d2b87c9108/setuptools-54.0.0-py3-none-any.whl", + "d85b57c41e88b69ab87065c964134ec85b7573cbab0fdaa7ef32330ed764600a", ), ( "pypi__wheel", @@ -50,7 +50,7 @@ def requirement(pkg): def pip_install_dependencies(): """ Fetch dependencies these rules depend on. Workspaces that use the pip_install rule can call this. - + (However we call it from pip_install, making it optional for users to do so.) """ for (name, url, sha256) in _RULE_DEPS: diff --git a/python/requirements.txt b/python/requirements.txt index 164fa2650c..36475e1b94 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ pip==9.0.3 -setuptools==44.0.0 +setuptools==54.0.0 wheel==0.30.0a0 # For tests From bec36a8c5c1e94b09b3d36d2e1aad1a1211ec648 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 2 Mar 2021 06:36:54 +0000 Subject: [PATCH 2/2] requirements --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 36475e1b94..164fa2650c 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ pip==9.0.3 -setuptools==54.0.0 +setuptools==44.0.0 wheel==0.30.0a0 # For tests