Skip to content

Commit 33d7c49

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 [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme). Updates `pytest` from 8.3.5 to 8.4.0 - [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.5...8.4.0) Updates `ansys-sphinx-theme[autoapi]` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c38a00 commit 33d7c49

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,14 +33,14 @@ dependencies = [
3333

3434
[project.optional-dependencies]
3535
tests = [
36-
"pytest==8.3.5",
36+
"pytest==8.4.0",
3737
"pytest-cov==6.1.1",
3838
"click==8.2.1",
3939
"PyGithub==2.6.1",
4040
"gitpython==3.1.44",
4141
]
4242
doc = [
43-
"ansys-sphinx-theme[autoapi]==1.5.0",
43+
"ansys-sphinx-theme[autoapi]==1.5.2",
4444
"numpydoc==1.8.0",
4545
"sphinx==8.2.3",
4646
"sphinx-autodoc-typehints==3.1.0",

0 commit comments

Comments
 (0)