From f9d9ba439e7951ae5d4531b914df6b1aad7490b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:19:10 +0000 Subject: [PATCH 1/3] Bump pytest-cov from 7.0.0 to 7.1.0 in the python-packages group Bumps the python-packages group with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5cadb9..cc62313 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest-order==1.3.0 From 85c99001fa0cc01fba42a92d2602da4cb5f1d975 Mon Sep 17 00:00:00 2001 From: Gabriel Claudiu Georgiu Date: Tue, 24 Mar 2026 10:01:00 +0100 Subject: [PATCH 2/3] Update mac os version --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 491882f..602020e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: python-version: [ 3.9, '3.10', '3.11', '3.12', '3.13' ] - os: [ macOS-13 ] + os: [ macOS-15 ] steps: - name: Checkout repository From 76c5b7488703fda2456ae91683c3bf7933281f8d Mon Sep 17 00:00:00 2001 From: Gabriel Claudiu Georgiu Date: Tue, 24 Mar 2026 10:03:29 +0100 Subject: [PATCH 3/3] Update mac os version --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 602020e..e7fe9f3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: python-version: [ 3.9, '3.10', '3.11', '3.12', '3.13' ] - os: [ macOS-15 ] + os: [ macOS-15-intel ] steps: - name: Checkout repository