From 2f9635fca5d0a34a47257feff697d5068da721b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:02:35 +0000 Subject: [PATCH] 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](https://github.com/pydantic/pydantic/compare/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](https://github.com/sphinx-doc/sphinx/compare/v8.2.3...v9.0.4) Updates `sphinxemoji` from 0.3.1 to 0.3.2 - [Commits](https://github.com/sphinx-contrib/emojicodes/compare/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](https://github.com/pytest-dev/pytest/compare/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] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e31aa20..e83701b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,11 @@ dependencies = [ "click==8.3.1", "jinja2==3.1.6", "myst-parser==4.0.1", - "pydantic==2.12.4", + "pydantic==2.12.5", "requests==2.32.5", "sphinx-rtd-theme==3.0.2", - "sphinx==8.2.3", - "sphinxemoji==0.3.1", + "sphinx==9.0.4", + "sphinxemoji==0.3.2", ] [project.scripts] @@ -19,7 +19,7 @@ pyvec-docs = "pyvec_docs.cli:main" [dependency-groups] dev = [ "pytest-ruff==0.5", - "pytest==9.0.1", + "pytest==9.0.2", "sphinx-autobuild==2025.8.25", ]