From bb21df2b43545f7f2cff8796910f242ccbae90f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:00:07 +0000 Subject: [PATCH 1/2] build(deps-dev): update matplotlib requirement from ==3.9.0 to ==3.9.1 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4478eae40d..94303430db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ optional = true Sphinx = "==7.3.7" jupyter_sphinx = "==0.5.3" numpydoc = "==1.6.0" -matplotlib = "==3.9.0" +matplotlib = "==3.9.1" ansys-sphinx-theme = "==0.16.6" pypandoc = "==1.13" pytest-sphinx = "==0.6.3" From cde989a02a6eaba096154f80d3553f843c90cc71 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 8 Oct 2024 10:11:24 +0200 Subject: [PATCH 2/2] test: revert the precommit version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dc742df2dd..1d9feeb8374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install pre-commit - run: python -m pip install pre-commit + run: python -m pip install pre-commit==3.5.0 - name: Run pre-commit for docformatter run: pre-commit run --hook-stage manual --all-files --show-diff-on-failure docformatter