Skip to content

Commit d381ca1

Browse files
build(deps): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [click](https://github.com/pallets/click) and [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme). Updates `click` from 8.1.8 to 8.2.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.2.0) Updates `ansys-sphinx-theme[autoapi]` from 1.4.2 to 1.4.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.4.2...v1.4.4) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1eeb144 commit d381ca1

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
@@ -35,12 +35,12 @@ dependencies = [
3535
tests = [
3636
"pytest==8.3.5",
3737
"pytest-cov==6.1.1",
38-
"click==8.1.8",
38+
"click==8.2.0",
3939
"PyGithub==2.6.1",
4040
"gitpython==3.1.44",
4141
]
4242
doc = [
43-
"ansys-sphinx-theme[autoapi]==1.4.2",
43+
"ansys-sphinx-theme[autoapi]==1.4.4",
4444
"numpydoc==1.8.0",
4545
"sphinx==8.2.3",
4646
"sphinx-autodoc-typehints==3.1.0",

0 commit comments

Comments
 (0)