diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-10-25 16:58:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 08:58:25 -0700 |
| commit | b4564569171628ee839e14853a00f296686cae6a (patch) | |
| tree | d7366848bacd993e7a6fe998b99e189574ef7b40 /src/virtualenv | |
| parent | 3cff34f7dc46d9ad147a3d70df31e75cab77612d (diff) | |
| download | virtualenv-b4564569171628ee839e14853a00f296686cae6a.tar.gz | |
Upgrade pip and setuptools (#2434)
Diffstat (limited to 'src/virtualenv')
| -rw-r--r-- | src/virtualenv/activation/activator.py | 2 | ||||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/__init__.py | 20 | ||||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/pip-22.3-py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl) | bin | 2044706 -> 2051507 bytes | |||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/setuptools-65.5.0-py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl) | bin | 1232493 -> 1232695 bytes |
4 files changed, 11 insertions, 11 deletions
diff --git a/src/virtualenv/activation/activator.py b/src/virtualenv/activation/activator.py index fb813bc..99f2803 100644 --- a/src/virtualenv/activation/activator.py +++ b/src/virtualenv/activation/activator.py @@ -22,7 +22,7 @@ class Activator(metaclass=ABCMeta): return True @classmethod - def add_parser_arguments(cls, parser, interpreter): # noqa: U100 + def add_parser_arguments(cls, parser, interpreter): # noqa: U100,B027 """ Add CLI arguments for this activation script. diff --git a/src/virtualenv/seed/wheels/embed/__init__.py b/src/virtualenv/seed/wheels/embed/__init__.py index 70ea23c..3bd41ba 100644 --- a/src/virtualenv/seed/wheels/embed/__init__.py +++ b/src/virtualenv/seed/wheels/embed/__init__.py @@ -5,28 +5,28 @@ from virtualenv.seed.wheels.util import Wheel BUNDLE_FOLDER = Path(__file__).absolute().parent BUNDLE_SUPPORT = { "3.11": { - "pip": "pip-22.2.2-py3-none-any.whl", - "setuptools": "setuptools-65.3.0-py3-none-any.whl", + "pip": "pip-22.3-py3-none-any.whl", + "setuptools": "setuptools-65.5.0-py3-none-any.whl", "wheel": "wheel-0.37.1-py2.py3-none-any.whl", }, "3.10": { - "pip": "pip-22.2.2-py3-none-any.whl", - "setuptools": "setuptools-65.3.0-py3-none-any.whl", + "pip": "pip-22.3-py3-none-any.whl", + "setuptools": "setuptools-65.5.0-py3-none-any.whl", "wheel": "wheel-0.37.1-py2.py3-none-any.whl", }, "3.9": { - "pip": "pip-22.2.2-py3-none-any.whl", - "setuptools": "setuptools-65.3.0-py3-none-any.whl", + "pip": "pip-22.3-py3-none-any.whl", + "setuptools": "setuptools-65.5.0-py3-none-any.whl", "wheel": "wheel-0.37.1-py2.py3-none-any.whl", }, "3.8": { - "pip": "pip-22.2.2-py3-none-any.whl", - "setuptools": "setuptools-65.3.0-py3-none-any.whl", + "pip": "pip-22.3-py3-none-any.whl", + "setuptools": "setuptools-65.5.0-py3-none-any.whl", "wheel": "wheel-0.37.1-py2.py3-none-any.whl", }, "3.7": { - "pip": "pip-22.2.2-py3-none-any.whl", - "setuptools": "setuptools-65.3.0-py3-none-any.whl", + "pip": "pip-22.3-py3-none-any.whl", + "setuptools": "setuptools-65.5.0-py3-none-any.whl", "wheel": "wheel-0.37.1-py2.py3-none-any.whl", }, "3.6": { diff --git a/src/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/pip-22.3-py3-none-any.whl Binary files differindex 0309971..d6fccd9 100644 --- a/src/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl +++ b/src/virtualenv/seed/wheels/embed/pip-22.3-py3-none-any.whl diff --git a/src/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/setuptools-65.5.0-py3-none-any.whl Binary files differindex 1422fc9..123a13e 100644 --- a/src/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl +++ b/src/virtualenv/seed/wheels/embed/setuptools-65.5.0-py3-none-any.whl |
