Use newer coverage on 3.10+

This commit is contained in:
Amethyst Reese 2022-09-16 20:39:29 -07:00
parent e17c4fbe70
commit 724f526604
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
attribution==1.5.2
black==22.8.0
coverage[toml]==6.2
coverage[toml]==6.2; python_version < "3.10"
coverage==6.4.4; python_version >= "3.10"
flake8==5.0.4
flit==3.7.1
mypy==0.971