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 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 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