Skip to content

Commit

Permalink
build: bump the core group with 2 updates (#3358)
Browse files Browse the repository at this point in the history
* build: bump the core group with 2 updates

Bumps the core group with 2 updates: [matplotlib](https://github.com/matplotlib/matplotlib) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme).


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

Updates `ansys-sphinx-theme` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.2...v1.0.4)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>

* chore: adding changelog file 3358.dependencies.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Aug 19, 2024
1 parent 1afdd5d commit 248459c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3358.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the core group with 2 updates
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.4.0",
"autopep8==2.3.1",
"matplotlib==3.9.1.post1",
"matplotlib==3.9.2",
"pandas==2.2.2",
"pyansys-tools-report==0.7.3",
"pyiges[full]==0.3.1",
Expand All @@ -76,13 +76,13 @@ doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.53.0",
"ansys-tools-visualization-interface==0.4.0",
"ansys-sphinx-theme==1.0.2",
"ansys-sphinx-theme==1.0.4",
"grpcio==1.65.4",
"imageio-ffmpeg==0.5.1",
"imageio==2.34.2",
"jupyter_sphinx==0.5.3",
"jupyterlab>=3.2.8",
"matplotlib==3.9.1.post1",
"matplotlib==3.9.2",
"numpydoc==1.7.0",
"pandas==2.2.2",
"plotly==5.23.0",
Expand Down

0 comments on commit 248459c

Please sign in to comment.