Skip to content

Commit c7e068d

Browse files
authored
pip: 20.3.3 -> 20.3.4 (#405)
1 parent 8537cea commit c7e068d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/pip_install/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
66
_RULE_DEPS = [
77
(
88
"pypi__pip",
9-
"https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl",
10-
"fab098c8a1758295dd9f57413c199f23571e8fde6cc39c22c78c961b4ac6286d",
9+
"https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl",
10+
"217ae5161a0e08c0fb873858806e3478c9775caffce5168b50ec885e358c199d",
1111
),
1212
(
1313
"pypi__pkginfo",
@@ -21,8 +21,8 @@ _RULE_DEPS = [
2121
),
2222
(
2323
"pypi__wheel",
24-
"https://files.pythonhosted.org/packages/c9/0b/e0fd299d93cd9331657f415085a4956422959897b333e3791dde40bd711d/wheel-0.36.1-py2.py3-none-any.whl",
25-
"906864fb722c0ab5f2f9c35b2c65e3af3c009402c108a709c0aca27bc2c9187b",
24+
"https://files.pythonhosted.org/packages/65/63/39d04c74222770ed1589c0eaba06c05891801219272420b40311cd60c880/wheel-0.36.2-py2.py3-none-any.whl",
25+
"78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e",
2626
),
2727
]
2828

0 commit comments

Comments
 (0)