diff --git a/dev-requirements.txt b/dev-requirements.txt index 32bf23a3..4e623ab0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -54,7 +54,7 @@ pluggy>=1.5.0 # seems to be needed. coverage>=7.6.1,<8.0; python_version == '3.8' coverage>=7.8.0,<8.0; python_version >= '3.9' and python_version <= '3.12' -coverage>=6.5.0,<7.0; python_version >= '3.13' +coverage>=7.10.7,<7.11; python_version >= '3.13' pytest-cov>=2.7.0 coveralls>=4.0.1; python_version <= '3.12' coveralls>=3.3.0; python_version >= '3.13'