Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update matplotlib requirement from ==3.9.0 to ==3.9.1 #3154

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ optional = true
Sphinx = "==7.4.7"
jupyter_sphinx = "==0.5.3"
numpydoc = "==1.8.0"
matplotlib = "==3.9.0"
matplotlib = "==3.9.1"
ansys-sphinx-theme = "==1.1.1"
pypandoc = "==1.13"
pytest-sphinx = "==0.6.3"
Expand Down
Loading