Skip to content

Commit 2f9635f

Browse files
Bump the python group across 1 directory with 4 updates
Bumps the python group with 4 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinxemoji](https://github.com/sphinx-contrib/emojicodes) 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 `sphinxemoji` from 0.3.1 to 0.3.2 - [Commits](sphinx-contrib/emojicodes@v0.3.1...v0.3.2) 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: sphinxemoji dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch 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] <support@github.com>
1 parent bb8209c commit 2f9635f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ 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",
13-
"sphinxemoji==0.3.1",
12+
"sphinx==9.0.4",
13+
"sphinxemoji==0.3.2",
1414
]
1515

1616
[project.scripts]
@@ -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)