Skip to content

Commit d0e0b88

Browse files
build(deps-dev): bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [h5py](https://github.com/h5py/h5py), [pyfakefs](https://github.com/pytest-dev/pyfakefs), [matplotlib](https://github.com/matplotlib/matplotlib) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `h5py` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.14.0...3.15.1) Updates `pyfakefs` from 5.9.3 to 5.10.1 - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](pytest-dev/pyfakefs@v5.9.3...v5.10.1) Updates `matplotlib` from 3.10.6 to 3.10.7 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.6...v3.10.7) Updates `ansys-sphinx-theme` from 1.6.1 to 1.6.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyfakefs dependency-version: 5.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ansys-sphinx-theme dependency-version: 1.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50fd45e commit d0e0b88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ dynamic = ["version"]
4040
include = ["src/ansys/fluent/core/generated/"]
4141

4242
[project.optional-dependencies]
43-
reader = ["h5py==3.14.0"]
43+
reader = ["h5py==3.15.1"]
4444
ui-jupyter = ["ipywidgets"]
4545
ui = ["panel"]
4646
tests = [
4747
"pytest==8.4.2",
4848
"pytest-cov==7.0.0",
4949
"pytest-mock==3.15.1",
5050
"pytest-xdist==3.8.0",
51-
"pyfakefs==5.9.3"
51+
"pyfakefs==5.10.1"
5252
]
5353
docs = [
5454
"Sphinx==8.1.3",
5555
"jupyter_sphinx==0.5.3",
5656
"numpydoc==1.9.0",
57-
"matplotlib==3.10.6",
58-
"ansys-sphinx-theme==1.6.1",
57+
"matplotlib==3.10.7",
58+
"ansys-sphinx-theme==1.6.3",
5959
"pypandoc==1.15",
6060
"pytest-sphinx==0.6.3",
6161
"sphinx-autobuild==2024.10.3",

0 commit comments

Comments
 (0)