Skip to content

Commit b850dc7

Browse files
build(deps): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `sphinx-autoapi` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.3.3...v3.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent add788b commit b850dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333

3434
[project.optional-dependencies]
3535
tests = [
36-
"pytest==8.3.3",
36+
"pytest==8.3.4",
3737
"pytest-cov==6.0.0",
3838
"click==8.1.7",
3939
"PyGithub==2.5.0",
@@ -43,7 +43,7 @@ doc = [
4343
"ansys-sphinx-theme==1.2.2",
4444
"numpydoc==1.8.0",
4545
"sphinx==8.1.3",
46-
"sphinx-autoapi==3.3.3",
46+
"sphinx-autoapi==3.4.0",
4747
"sphinx-autodoc-typehints==2.5.0",
4848
"sphinx-copybutton==0.5.2",
4949
]

0 commit comments

Comments
 (0)