summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCooper Lees <cooper@fb.com>2019-06-17 18:18:14 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2019-06-17 18:18:13 (GMT)
commit4acdbf11b1fae1af24c47413a6caa593010d1b6f (patch)
treeecc8ede683fa9fc0067326deefd23af977e7284c /Misc
parentca7b504a4d4c3a5fde1ee4607b9501c2bab6e743 (diff)
downloadcpython-4acdbf11b1fae1af24c47413a6caa593010d1b6f.zip
cpython-4acdbf11b1fae1af24c47413a6caa593010d1b6f.tar.gz
cpython-4acdbf11b1fae1af24c47413a6caa593010d1b6f.tar.bz2
bpo-34556: Add --upgrade-deps to venv module (#13100)
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
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-05-05-18-09-40.bpo-34556.o9kfpu.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-05-05-18-09-40.bpo-34556.o9kfpu.rst b/Misc/NEWS.d/next/Core and Builtins/2019-05-05-18-09-40.bpo-34556.o9kfpu.rst
new file mode 100644
index 0000000..7861eac
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-05-05-18-09-40.bpo-34556.o9kfpu.rst
@@ -0,0 +1 @@
+Add ``--upgrade-deps`` to venv module. Patch by Cooper Ry Lees