Skip to content

Commit 1b3a9d2

Browse files
Bump the python group with 2 updates
Bumps the python group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `pydantic` from 2.12.4 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.4...v2.12.5) Updates `sphinx` from 8.2.3 to 9.0.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb8209c commit 1b3a9d2

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
@@ -6,10 +6,10 @@ dependencies = [
66
"click==8.3.1",
77
"jinja2==3.1.6",
88
"myst-parser==4.0.1",
9-
"pydantic==2.12.4",
9+
"pydantic==2.12.5",
1010
"requests==2.32.5",
1111
"sphinx-rtd-theme==3.0.2",
12-
"sphinx==8.2.3",
12+
"sphinx==9.0.0",
1313
"sphinxemoji==0.3.1",
1414
]
1515

0 commit comments

Comments
 (0)