From 704d8d3f0d8c8db67557ffbb2437c1393e5aeae6 Mon Sep 17 00:00:00 2001 From: Tim Stranske Date: Sun, 21 Jun 2026 23:15:18 -0500 Subject: [PATCH] chore: update shared coverage pin --- .github/workflows/autofix-versions.env | 2 +- pyproject.toml | 2 +- requirements.lock | 2 +- templates/consumer-repo/.github/workflows/autofix-versions.env | 2 +- .../integration-repo/.github/workflows/autofix-versions.env | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix-versions.env b/.github/workflows/autofix-versions.env index 80d24fcca..318349602 100644 --- a/.github/workflows/autofix-versions.env +++ b/.github/workflows/autofix-versions.env @@ -12,4 +12,4 @@ MYPY_VERSION=2.1.0 PYTEST_VERSION=9.1.1 PYTEST_COV_VERSION=7.1.0 PYTEST_XDIST_VERSION=3.8.0 -COVERAGE_VERSION=7.14.1 +COVERAGE_VERSION=7.14.2 diff --git a/pyproject.toml b/pyproject.toml index 4ad97432e..7bf7b6778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "flake8==7.3.0", "pytest==9.1.1", "pytest-cov==7.1.0", - "coverage==7.14.1", + "coverage==7.14.2", "pytest-xdist==3.8.0", "packaging>=26.1", diff --git a/requirements.lock b/requirements.lock index 89fdc07fb..41b8e086d 100644 --- a/requirements.lock +++ b/requirements.lock @@ -42,7 +42,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # click # pytest # tqdm -coverage==7.14.1 +coverage==7.14.2 # via # workflows (pyproject.toml) # pytest-cov diff --git a/templates/consumer-repo/.github/workflows/autofix-versions.env b/templates/consumer-repo/.github/workflows/autofix-versions.env index 80d24fcca..318349602 100644 --- a/templates/consumer-repo/.github/workflows/autofix-versions.env +++ b/templates/consumer-repo/.github/workflows/autofix-versions.env @@ -12,4 +12,4 @@ MYPY_VERSION=2.1.0 PYTEST_VERSION=9.1.1 PYTEST_COV_VERSION=7.1.0 PYTEST_XDIST_VERSION=3.8.0 -COVERAGE_VERSION=7.14.1 +COVERAGE_VERSION=7.14.2 diff --git a/templates/integration-repo/.github/workflows/autofix-versions.env b/templates/integration-repo/.github/workflows/autofix-versions.env index 80d24fcca..318349602 100644 --- a/templates/integration-repo/.github/workflows/autofix-versions.env +++ b/templates/integration-repo/.github/workflows/autofix-versions.env @@ -12,4 +12,4 @@ MYPY_VERSION=2.1.0 PYTEST_VERSION=9.1.1 PYTEST_COV_VERSION=7.1.0 PYTEST_XDIST_VERSION=3.8.0 -COVERAGE_VERSION=7.14.1 +COVERAGE_VERSION=7.14.2