Skip to content

Commit 3690b22

Browse files
build: bump the documentation group with 2 updates (#4205)
* build: bump the documentation group with 2 updates Bumps the documentation group with 2 updates: [pandas](https://github.com/pandas-dev/pandas) and [plotly](https://github.com/plotly/plotly.py). Updates `pandas` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.1...v2.3.2) Updates `plotly` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation - dependency-name: plotly dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] <support@github.com> * chore: adding changelog file 4205.dependencies.md [dependabot-skip] --------- 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>
1 parent 3a1b2a5 commit 3690b22

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the documentation group with 2 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tests = [
6767
"ansys-tools-visualization-interface==0.11.0",
6868
"autopep8==2.3.2",
6969
"matplotlib==3.10.5",
70-
"pandas==2.3.1",
70+
"pandas==2.3.2",
7171
"pyansys-tools-report==0.8.2",
7272
"pyfakefs==5.9.2",
7373
"pyiges[full]==0.3.2",
@@ -98,8 +98,8 @@ doc = [
9898
"matplotlib==3.10.5",
9999
"nbformat==5.10.4",
100100
"numpydoc==1.9.0",
101-
"pandas==2.3.1",
102-
"plotly==6.2.0",
101+
"pandas==2.3.2",
102+
"plotly==6.3.0",
103103
"pyiges[full]==0.3.2",
104104
"pypandoc==1.15",
105105
"pytest-sphinx==0.6.3",

0 commit comments

Comments
 (0)