diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c6ac66a1c..267d52b28 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -76,7 +76,7 @@ jobs: with: submodules: "recursive" - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.9' diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 81760a08f..9dc3f8c05 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,14 +1,14 @@ ase==3.22.1 -cmake==3.27.7 -coverage==7.3.2 -cython==3.0.6 +cmake==3.28.1 +coverage==7.4.0 +cython==3.0.7 dynasor==1.1.1; platform_system != "Windows" GitPython==3.1.40 gsd==3.2.0 matplotlib>=3.0.0 numpy==1.26.2 pillow>=8.0.0 --only-binary=pillow -pytest==7.4.3 +pytest==7.4.4 pytest-cov==4.1.0 rowan==1.3.0.post1 scikit-build==0.17.6