Skip to content

Commit 5e39a02

Browse files
build: bump the core group across 1 directory with 3 updates (#3633)
* build: bump the core group across 1 directory with 3 updates Bumps the core group with 3 updates in the / directory: [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface), [matplotlib](https://github.com/matplotlib/matplotlib) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-tools-visualization-interface` from 0.6.0 to 0.6.2 - [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases) - [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/main/CHANGELOG.md) - [Commits](ansys/ansys-tools-visualization-interface@v0.6.0...v0.6.2) Updates `matplotlib` from 3.9.3 to 3.10.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.3...v3.10.0) Updates `ansys-sphinx-theme` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: ansys-tools-visualization-interface dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: matplotlib 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]> * chore: adding changelog file 3633.dependencies.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 4f75f6a commit 5e39a02

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/changelog.d/3633.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the core group across 1 directory with 3 updates

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jupyter = [
5555

5656
tests = [
5757
"ansys-dpf-core==0.10.1",
58-
"ansys-tools-visualization-interface==0.6.0",
58+
"ansys-tools-visualization-interface==0.6.2",
5959
"autopep8==2.3.1",
60-
"matplotlib==3.9.3",
60+
"matplotlib==3.10.0",
6161
"pandas==2.2.3",
6262
"pyansys-tools-report==0.8.1",
6363
"pyfakefs==5.7.2",
@@ -74,15 +74,15 @@ tests = [
7474
doc = [
7575
"ansys-dpf-core==0.10.1",
7676
"ansys-mapdl-reader==0.54.2",
77-
"ansys-sphinx-theme==1.2.3",
78-
"ansys-tools-visualization-interface==0.6.0",
77+
"ansys-sphinx-theme==1.2.4",
78+
"ansys-tools-visualization-interface==0.6.2",
7979
"grpcio==1.68.1",
8080
"imageio-ffmpeg==0.5.1",
8181
"imageio==2.36.1",
8282
"jupyter_sphinx==0.5.3",
8383
"jupyter==1.1.1",
8484
"jupyterlab>=3.2.8",
85-
"matplotlib==3.9.3",
85+
"matplotlib==3.10.0",
8686
"nbformat==5.10.4",
8787
"numpydoc==1.8.0",
8888
"pandas==2.2.3",

0 commit comments

Comments
 (0)