[3.8] bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by miss-islington · Pull Request #15794 · python/cpython
.. method:: upgrade_dependencies(context)
Upgrades the core venv dependency packages (currently ``pip`` and ``setuptools``) in the environment. This is done by shelling out to the ``pip`` executable in the environment.
.. versionadded:: 3.8
.. method:: post_setup(context)
A placeholder method which can be overridden in third party