Skip to content

Commit da08edc

Browse files
Bump the python group across 1 directory with 3 updates
Bumps the python group with 3 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [sphinx](https://github.com/sphinx-doc/sphinx) and [pytest](https://github.com/pytest-dev/pytest). 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.4 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.4) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- 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.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb8209c commit da08edc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.4",
1313
"sphinxemoji==0.3.1",
1414
]
1515

@@ -19,7 +19,7 @@ pyvec-docs = "pyvec_docs.cli:main"
1919
[dependency-groups]
2020
dev = [
2121
"pytest-ruff==0.5",
22-
"pytest==9.0.1",
22+
"pytest==9.0.2",
2323
"sphinx-autobuild==2025.8.25",
2424
]
2525

0 commit comments

Comments
 (0)