diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2fb9fa0..1712fe9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -102,7 +102,7 @@ jobs: - name: Unit Testing run: xvfb-run coverage run -m --source=pytest_pyvista --module pytest --verbose . - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.python-version == '3.9' name: "Upload coverage to CodeCov" diff --git a/pyproject.toml b/pyproject.toml index d8847c0..c67e65d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,13 +29,13 @@ Home = "https://github.com/pyvista/pytest-pyvista" [project.optional-dependencies] tests = [ "codecov<2.2.0", - "coverage==7.5.0", + "coverage==7.5.3", "pytest>=3.5.0", "pytest-cov==6.0.0", - "numpy<2.2", + "numpy<2.3", ] docs = [ - "pydata-sphinx-theme==0.16.0", + "pydata-sphinx-theme==0.16.1", "sphinx==8.1.3", "sphinx_copybutton==0.5.2", "sphinx-notfound-page==1.0.4",