Skip to content

Commit

Permalink
build: bump the core group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the core group with 4 updates in the / directory: [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface), [matplotlib](https://github.com/matplotlib/matplotlib), [vtk](https://vtk.org) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme).


Updates `ansys-tools-visualization-interface` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases)
- [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/v0.6.0/CHANGELOG.md)
- [Commits](ansys/ansys-tools-visualization-interface@v0.5.0...v0.6.0)

Updates `matplotlib` from 3.9.2 to 3.9.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3)

Updates `vtk` from 9.3.1 to 9.4.0

Updates `ansys-sphinx-theme` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: ansys-tools-visualization-interface
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: vtk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent cd0036d commit 7668cbe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jupyter = [

tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.5.0",
"ansys-tools-visualization-interface==0.6.0",
"autopep8==2.3.1",
"matplotlib==3.9.2",
"matplotlib==3.9.3",
"pandas==2.2.3",
"pyansys-tools-report==0.8.1",
"pyfakefs==5.7.2",
Expand All @@ -69,20 +69,20 @@ tests = [
"pytest-rerunfailures==15.0",
"pytest==8.3.4",
"scipy==1.14.1",
"vtk==9.3.1",
"vtk==9.4.0",
]
doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.54.2",
"ansys-sphinx-theme==1.2.2",
"ansys-tools-visualization-interface==0.5.0",
"ansys-sphinx-theme==1.2.3",
"ansys-tools-visualization-interface==0.6.0",
"grpcio==1.68.1",
"imageio-ffmpeg==0.5.1",
"imageio==2.36.1",
"jupyter_sphinx==0.5.3",
"jupyter==1.1.1",
"jupyterlab>=3.2.8",
"matplotlib==3.9.2",
"matplotlib==3.9.3",
"nbformat==5.10.4",
"numpydoc==1.8.0",
"pandas==2.2.3",
Expand All @@ -101,7 +101,7 @@ doc = [
"sphinx==8.1.3",
"sphinxcontrib-websupport==2.0.0",
"sphinxemoji==0.3.1",
"vtk==9.3.1",
"vtk==9.4.0",
]

[tool.flit.module]
Expand Down

0 comments on commit 7668cbe

Please sign in to comment.