Skip to content

Commit ff04971

Browse files
build(deps): bump the dependencies group with 3 updates (#331)
Bumps the dependencies group with 3 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [quarto-cli](https://github.com/quarto-dev/quarto-cli) and [numpy](https://github.com/numpy/numpy). Updates `ansys-sphinx-theme` from 1.2.4 to 1.2.6 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.2.4...v1.2.6) Updates `quarto-cli` from 1.6.39 to 1.6.40 - [Release notes](https://github.com/quarto-dev/quarto-cli/releases) - [Changelog](https://github.com/quarto-dev/quarto-cli/blob/main/dev-docs/checklist-make-a-new-quarto-release.md) - [Commits](quarto-dev/quarto-cli@v1.6.39...v1.6.40) Updates `numpy` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: quarto-cli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45f7ae6 commit ff04971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
doc = [
34-
"ansys-sphinx-theme==1.2.4",
35-
"quarto-cli==1.6.39",
34+
"ansys-sphinx-theme==1.2.6",
35+
"quarto-cli==1.6.40",
3636
"matplotlib==3.10.0",
3737
"numpydoc==1.8.0",
3838
"Sphinx==7.4.7",
@@ -46,7 +46,7 @@ tests = [
4646
"pytest-mock==3.14.0",
4747
]
4848
lists = [
49-
"numpy==2.2.1",
49+
"numpy==2.2.2",
5050
]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)