From 4d41c731289f36a0cc13af3e05f424d7fbaad097 Mon Sep 17 00:00:00 2001 From: "k1h-renovate[bot]" <253724279+k1h-renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 02:24:35 +0000 Subject: [PATCH 1/2] Update dependency pytest-cov to v7 --- tests/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index b2e4bca38..2850649d9 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -1,6 +1,6 @@ Flask==3.1.3 requests-mock==1.9.3 pytest==9.0.3 -pytest-cov==3.0.0 +pytest-cov==7.1.0 pyfakefs==5.8.0 pytest-asyncio==1.3.0 From 4b26a58fdcd10fd24fc45d633fbddad520292ebe Mon Sep 17 00:00:00 2001 From: "k1h-renovate[bot]" <253724279+k1h-renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 02:24:47 +0000 Subject: [PATCH 2/2] Update dependency windows to v2025 --- .github/workflows/pytest-cli.yml | 2 +- tests/requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-cli.yml b/.github/workflows/pytest-cli.yml index ed6d92314..f2bfd99bf 100644 --- a/.github/workflows/pytest-cli.yml +++ b/.github/workflows/pytest-cli.yml @@ -46,7 +46,7 @@ jobs: files: ./coverage/report.xml build-on-windows: - runs-on: windows-2022 + runs-on: windows-2025 steps: - uses: actions/checkout@v3 diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index 2850649d9..b2e4bca38 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -1,6 +1,6 @@ Flask==3.1.3 requests-mock==1.9.3 pytest==9.0.3 -pytest-cov==7.1.0 +pytest-cov==3.0.0 pyfakefs==5.8.0 pytest-asyncio==1.3.0