unpin coverage

This commit is contained in:
Erica Portnoy 2025-11-03 16:30:41 -08:00
parent 4682b81bc0
commit a205c36d30
2 changed files with 1 additions and 3 deletions

View file

@ -48,8 +48,6 @@ cython = [
{ version = ">=3.0", python = ">=3.13" }
]
coverage = "7.10.6"
# setuptools-rust is a build dependency of cryptography, and since we don't have
# a great way of pinning build dependencies, we simply list it here to ensure a
# working version. Note: if build dependencies of setuptools-rust break at some

View file

@ -32,7 +32,7 @@ cloudflare==2.19.4 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0"
configargparse==1.7.1 ; python_version >= "3.10" and python_version < "4.0"
configobj==5.0.9 ; python_version >= "3.10" and python_version < "4.0"
coverage==7.10.6 ; python_version >= "3.10" and python_version < "4.0"
coverage==7.11.0 ; python_version >= "3.10" and python_version < "4.0"
crashtest==0.4.1 ; python_version >= "3.10" and python_version < "4.0"
cryptography==46.0.3 ; python_version >= "3.10" and python_version < "4.0"
cython==0.29.37 ; python_version >= "3.10" and python_version <= "3.12"