8000 Upgrade pip to 9.0.1 and setuptools to 28.8.0 · stackless-dev/stackless@dd5c73b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit dd5c73b

Browse files
committed
Upgrade pip to 9.0.1 and setuptools to 28.8.0
1 parent 5ca92ab commit dd5c73b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
__all__ = ["version", "bootstrap"]
99

1010

11-
_SETUPTOOLS_VERSION = "28.7.1"
11+
_SETUPTOOLS_VERSION = "28.8.0"
1212

13-
_PIP_VERSION = "9.0.0"
13+
_PIP_VERSION = "9.0.1"
1414

1515
# pip currently requires ssl support, so we try to provide a nicer
1616
# error message when that is missing (http://bugs.python.org/issue19744)

0 commit comments

Comments
 (0)
0