Skip to content

Commit 12babe6

Browse files
build(deps): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [gitpython](https://github.com/gitpython-developers/GitPython) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). Updates `gitpython` from 3.1.43 to 3.1.44 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.43...3.1.44) Updates `sphinx-autodoc-typehints` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](tox-dev/sphinx-autodoc-typehints@2.5.0...3.0.0) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e4c532 commit 12babe6

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
@@ -37,14 +37,14 @@ tests = [
3737
"pytest-cov==6.0.0",
3838
"click==8.1.8",
3939
"PyGithub==2.5.0",
40-
"gitpython==3.1.43",
40+
"gitpython==3.1.44",
4141
]
4242
doc = [
4343
"ansys-sphinx-theme==1.2.4",
4444
"numpydoc==1.8.0",
4545
"sphinx==8.1.3",
4646
"sphinx-autoapi==3.4.0",
47-
"sphinx-autodoc-typehints==2.5.0",
47+
"sphinx-autodoc-typehints==3.0.0",
4848
"sphinx-copybutton==0.5.2",
4949
]
5050

0 commit comments

Comments
 (0)