From a205c36d30efa23e0c9e076730158921d495bc09 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 3 Nov 2025 16:30:41 -0800 Subject: [PATCH] unpin coverage --- tools/pinning/current/pyproject.toml | 2 -- tools/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/pinning/current/pyproject.toml b/tools/pinning/current/pyproject.toml index 6f0406173..8889cf620 100644 --- a/tools/pinning/current/pyproject.toml +++ b/tools/pinning/current/pyproject.toml @@ -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 diff --git a/tools/requirements.txt b/tools/requirements.txt index 8ef85c9fb..ae7c995cc 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -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"