From 99aa3f691eb2c9d4082e41c4195354b1f1b2980b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:54:58 +0000 Subject: [PATCH 1/3] Bump pytest from 8.4.1 to 9.0.2 in /test_package/numpy Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test_package/numpy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_package/numpy/requirements.txt b/test_package/numpy/requirements.txt index 4fd157d..f805dc9 100644 --- a/test_package/numpy/requirements.txt +++ b/test_package/numpy/requirements.txt @@ -1,5 +1,5 @@ hypothesis==6.136.2 numpy==2.4.2 pytest-xdist==3.8.0 -pytest==8.4.1 +pytest==9.0.2 typing-extensions==4.14.1 From 9e4b324b23b639ce1f764a73f09fc25c20d2da4b Mon Sep 17 00:00:00 2001 From: alessiamarcolini Date: Thu, 5 Feb 2026 16:27:15 +0100 Subject: [PATCH 2/3] ci: Pin pip v25.3 until pip-tools is compatible pip v26.0 came out and is installed on windows-latest. pip-tools v7.5.2 is not compatible yet. Wait until https://github.com/jazzband/pip-tools/pull/2320 is released --- .github/workflows/update_env.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_env.yml b/.github/workflows/update_env.yml index 4ca5ca8..91d3f65 100644 --- a/.github/workflows/update_env.yml +++ b/.github/workflows/update_env.yml @@ -24,6 +24,7 @@ jobs: python-version: "3.11" - name: Compile run: | + python -m pip install pip==25.3 python -m pip install pip-tools==7.5.2 python .github/workflows/update_env.py compile - uses: actions/upload-artifact@v4 From 7b376bd932748b0fdb792e4f07a92fa9c549ea86 Mon Sep 17 00:00:00 2001 From: update-env Date: Thu, 5 Feb 2026 15:29:57 +0000 Subject: [PATCH 3/3] Compile new test_package environments --- test_package/numpy/env/darwin.txt | 2 +- test_package/numpy/env/linux.txt | 2 +- test_package/numpy/env/win32.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_package/numpy/env/darwin.txt b/test_package/numpy/env/darwin.txt index b81e4fb..488345c 100644 --- a/test_package/numpy/env/darwin.txt +++ b/test_package/numpy/env/darwin.txt @@ -14,7 +14,7 @@ pluggy==1.6.0 # via pytest pygments==2.19.2 # via pytest -pytest==8.4.1 +pytest==9.0.2 # via # -r test_package/numpy/requirements.txt # pytest-xdist diff --git a/test_package/numpy/env/linux.txt b/test_package/numpy/env/linux.txt index b81e4fb..488345c 100644 --- a/test_package/numpy/env/linux.txt +++ b/test_package/numpy/env/linux.txt @@ -14,7 +14,7 @@ pluggy==1.6.0 # via pytest pygments==2.19.2 # via pytest -pytest==8.4.1 +pytest==9.0.2 # via # -r test_package/numpy/requirements.txt # pytest-xdist diff --git a/test_package/numpy/env/win32.txt b/test_package/numpy/env/win32.txt index b7b7abb..d4aec31 100644 --- a/test_package/numpy/env/win32.txt +++ b/test_package/numpy/env/win32.txt @@ -16,7 +16,7 @@ pluggy==1.6.0 # via pytest pygments==2.19.2 # via pytest -pytest==8.4.1 +pytest==9.0.2 # via # -r test_package/numpy/requirements.txt # pytest-xdist