summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2019-11-27 20:25:23 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2019-11-27 20:25:23 (GMT)
commitd9aa216d49423d58e192cd7a25016f90fe771ce7 (patch)
treee3dcb2af842f37a946245d2aac3eaf6f11d0130f /Misc
parent045d4e243d042638bbbc9479d4f85f6f579ac3ca (diff)
downloadcpython-d9aa216d49423d58e192cd7a25016f90fe771ce7.zip
cpython-d9aa216d49423d58e192cd7a25016f90fe771ce7.tar.gz
cpython-d9aa216d49423d58e192cd7a25016f90fe771ce7.tar.bz2
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
I suggest you add `bpo-NNNNN: ` as a prefix for the first commit for future PRs. Thanks!
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-11-27-17-47-00.bpo-38927.qT7xKY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-27-17-47-00.bpo-38927.qT7xKY.rst b/Misc/NEWS.d/next/Library/2019-11-27-17-47-00.bpo-38927.qT7xKY.rst
new file mode 100644
index 0000000..ca6ed63
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-11-27-17-47-00.bpo-38927.qT7xKY.rst
@@ -0,0 +1 @@
+Use ``python -m pip`` instead of ``pip`` to upgrade dependencies in venv.