diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-29 06:12:28 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-29 07:17:57 -0500 |
commit | 87b7dfb48d9630df6f476c26330fc6ad340bb6a6 (patch) | |
tree | e5e98c399be2afc6f91da98ff76eebb1a524057e /requirements/pip.pip | |
parent | c27e0a97980ac5c0fb2cba0812b429a575227104 (diff) | |
download | python-coveragepy-git-nedbat/upgrade.tar.gz |
Upgradesnedbat/upgrade
Diffstat (limited to 'requirements/pip.pip')
-rw-r--r-- | requirements/pip.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/pip.pip b/requirements/pip.pip index 01ee89bb..c7c4895f 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -1,5 +1,5 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt -pip==20.2.2 -virtualenv==20.0.31 +pip==20.2.4 +virtualenv==20.2.1 |