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/tox.pip | |
parent | c27e0a97980ac5c0fb2cba0812b429a575227104 (diff) | |
download | python-coveragepy-git-nedbat/upgrade.tar.gz |
Upgradesnedbat/upgrade
Diffstat (limited to 'requirements/tox.pip')
-rw-r--r-- | requirements/tox.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip index 7ba31f44..0e0f20f2 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -2,4 +2,4 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # The version of tox used by coverage.py -tox==3.19.0 +tox==3.20.1 |