aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>2023-03-23 15:34:00 -0700
committerGitHub <noreply@github.com>2023-03-23 15:34:00 -0700
commit260a08b9f4d0572f154f04d9a2add967fc24ecc1 (patch)
treeb37a68c7e24a4637f4a4ec25a3b20c674c5803fc
parent3b9c85e7a466f5f904929ecfcfb11f0c444fef16 (diff)
downloadbazelbuild-rules_python-260a08b9f4d0572f154f04d9a2add967fc24ecc1.tar.gz
fix: bump installer to handle windows better (#1138)
Fixes https://github.com/bazelbuild/rules_python/issues/1121. Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
-rw-r--r--python/pip_install/repositories.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pip_install/repositories.bzl b/python/pip_install/repositories.bzl
index 664556d..2dd4a37 100644
--- a/python/pip_install/repositories.bzl
+++ b/python/pip_install/repositories.bzl
@@ -37,8 +37,8 @@ _RULE_DEPS = [
),
(
"pypi__installer",
- "https://files.pythonhosted.org/packages/bf/42/fe5f10fd0d58d5d8231a0bc39e664de09992f960597e9fbd3753f84423a3/installer-0.6.0-py3-none-any.whl",
- "ae7c62d1d6158b5c096419102ad0d01fdccebf857e784cee57f94165635fe038",
+ "https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl",
+ "05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53",
),
(
"pypi__packaging",