bpo-34556: Add --upgrade-deps to venv module by cooperlees · Pull Request #13100 · python/cpython

@cooperlees cooperlees changed the title Add --upgrade-deps to venv module bpo-34556: Add --upgrade-deps to venv module

May 5, 2019

matrixise

matrixise

Sync with upstream cpython
- This allows for pip + setuptools to be automatically upgraded to the latest version on PyPI
- Update documentation to represent this change

bpo-34556: Add --upgrade to venv module

@cooperlees

@cooperlees

- Revert documentation fixes
- Add update_deps param to create() function
- Update NEWS file correctly

@cooperlees

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Add --upgrade-deps to venv module
- This allows for pip + setuptools to be automatically upgraded to the latest version on PyPI
- Update documentation to represent this change

bpo-34556: Add --upgrade to venv module

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Add --upgrade-deps to venv module
- This allows for pip + setuptools to be automatically upgraded to the latest version on PyPI
- Update documentation to represent this change

bpo-34556: Add --upgrade to venv module

miss-islington pushed a commit that referenced this pull request

Sep 5, 2020
Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100. This feature was added in Python 3.9 not 3.8.

Relates to:

- 
- 1cba1c9

Automerge-Triggered-By: @vsajip

xzy3 pushed a commit to xzy3/cpython that referenced this pull request

Oct 18, 2020
Fixes incorrect Python version added for `venv` `--upgrade-deps` in python#13100. This feature was added in Python 3.9 not 3.8.

Relates to:

- 
- python@1cba1c9

Automerge-Triggered-By: @vsajip