bpo-34556: Add --upgrade-deps to venv module by cooperlees · Pull Request #13100 · python/cpython
cooperlees
changed the title
Add --upgrade-deps to venv module
bpo-34556: 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
- Revert documentation fixes - Add update_deps param to create() function - Update NEWS file correctly
lisroach pushed a commit to lisroach/cpython that referenced this pull request
Sep 10, 2019DinoV pushed a commit to DinoV/cpython that referenced this pull request
Jan 14, 2020miss-islington pushed a commit that referenced this pull request
Sep 5, 2020xzy3 pushed a commit to xzy3/cpython that referenced this pull request
Oct 18, 2020Fixes 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters