diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-23 06:35:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-25 15:03:08 -0500 |
commit | c9d821deba6f7ee5eef30fef5355f7c93808b4f9 (patch) | |
tree | fb2d4d88de781e203d8beae8260e17380c5553f9 /doc/requirements.pip | |
parent | 97fdd550020384d2eedaf72ff0cd46a4efcb7d05 (diff) | |
download | python-coveragepy-git-nedbat/multi-concurrency.tar.gz |
feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrency
Diffstat (limited to 'doc/requirements.pip')
-rw-r--r-- | doc/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 276f4a99..e6fe8b42 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -10,7 +10,7 @@ babel==2.9.1 # via sphinx certifi==2021.10.8 # via requests -charset-normalizer==2.0.7 +charset-normalizer==2.0.8 # via requests cogapp==3.3.0 # via -r doc/requirements.in |