Skip to content

Commit b0aa89e

Browse files
Bump the python group with 2 updates
Bumps the python group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [pytest](https://github.com/pytest-dev/pytest). Updates `pydantic` from 2.12.3 to 2.12.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.3...v2.12.4) Updates `pytest` from 8.4.2 to 9.0.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.4.2...9.0.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9799397 commit b0aa89e

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,7 +6,7 @@ dependencies = [
66
"click==8.3.0",
77
"jinja2==3.1.6",
88
"myst-parser==4.0.1",
9-
"pydantic==2.12.3",
9+
"pydantic==2.12.4",
1010
"requests==2.32.5",
1111
"sphinx-rtd-theme==3.0.2",
1212
"sphinx==8.2.3",
@@ -19,7 +19,7 @@ pyvec-docs = "pyvec_docs.cli:main"
1919
[dependency-groups]
2020
dev = [
2121
"pytest-ruff==0.5",
22-
"pytest==8.4.2",
22+
"pytest==9.0.0",
2323
"sphinx-autobuild==2025.8.25",
2424
]
2525

0 commit comments

Comments
 (0)