Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build(deps): bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.3.2` | `1.6.1` |
| [quarto-cli](https://github.com/quarto-dev/quarto-cli) | `1.7.32` | `1.8.25` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.1` | `3.10.6` |
| [numpy](https://github.com/numpy/numpy) | `2.2.3` | `2.2.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` |


Updates `ansys-sphinx-theme` from 1.3.2 to 1.6.1
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.3.2...v1.6.1)

Updates `quarto-cli` from 1.7.32 to 1.8.25
- [Release notes](https://github.com/quarto-dev/quarto-cli/releases)
- [Changelog](https://github.com/quarto-dev/quarto-cli/blob/main/dev-docs/checklist-make-a-new-quarto-release.md)
- [Commits](quarto-dev/quarto-cli@v1.7.32...v1.8.25)

Updates `matplotlib` from 3.10.1 to 3.10.6
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.1...v3.10.6)

Updates `numpy` from 2.2.3 to 2.2.6
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.3...v2.2.6)

Updates `pytest` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.1...8.4.2)

Updates `pytest-mock` from 3.14.1 to 3.15.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: quarto-cli
  dependency-version: 1.8.25
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: matplotlib
  dependency-version: 3.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: numpy
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2025
commit 029cfc3d1cce39ea92f86afbd06d87b26627eff2
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@ dependencies = [

[project.optional-dependencies]
doc = [
"ansys-sphinx-theme==1.3.2",
"ansys-sphinx-theme==1.6.1",
"pdf2image==1.17.0",
"quarto-cli==1.7.32",
"matplotlib==3.10.1",
"quarto-cli==1.8.25",
"matplotlib==3.10.6",
"numpydoc==1.9.0",
"Sphinx==7.4.7",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.19.0",
"sphinx-toggleprompt==0.6.0",
]
tests = [
"numpy==2.2.3; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped
"numpy==2.2.6; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped
"numpy==1.26.4; python_version <= '3.10'", # TODO: Dependency to be removed once Python 3.10 support is dropped
"pytest==8.4.1",
"pytest==8.4.2",
"pytest-cov==6.2.1",
"pytest-mock==3.14.1",
"pytest-mock==3.15.1",
"pint==0.24.4",
]
additional = [
"numpy==2.2.3; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped
"numpy==2.2.6; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped
"numpy==1.26.4; python_version <= '3.10'", # TODO: Dependency to be removed once Python 3.10 support is dropped
"pydantic>=2.11.7",
"pydantic_core>=2.33.2",
Expand Down