From f04773f6192393a699dcd0a565c693b151934b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:19:49 +0000 Subject: [PATCH 1/2] MAINT: Bump ansys-sphinx-theme from 0.13.1 to 0.13.2 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3a84128..d890f689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "pytest-cov==4.1.0", ] doc = [ - "ansys-sphinx-theme==0.13.1", + "ansys-sphinx-theme==0.13.2", "numpydoc==1.6.0", "recommonmark==0.7.1", "sphinx==7.2.6", From 631cb914f539eb336dabb1db31da7151a05525f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:33:35 +0000 Subject: [PATCH 2/2] MAINT: Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 824c79ab..260b3cc8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -126,7 +126,7 @@ jobs: - name: "Upload coverage report to codecov" if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: .cov/total.xml env: