From 4d9045a38a0a315b9f276b2efc4f7734c8a6db9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:54:38 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 4 updates Bumps the python-packages group with 4 updates: [pydantic](https://github.com/pydantic/pydantic), [rich](https://github.com/Textualize/rich), [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest](https://github.com/pytest-dev/pytest). Updates `pydantic` from 2.11.7 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.9) Updates `rich` from 14.0.0 to 14.1.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.1.0) Updates `pre-commit` from 4.1.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.3.0) Updates `pytest` from 8.3.4 to 8.4.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/8.3.4...8.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4f5a09..0ad67bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,16 +25,16 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "pydantic==2.11.7", - "rich==14.0.0" + "pydantic==2.11.9", + "rich==14.1.0" ] [dependency-groups] dev = [ "autodoc-pydantic==2.2.0", - "pre-commit==4.1.0", + "pre-commit==4.3.0", "pydata_sphinx_theme==0.16.1", - "pytest==8.3.4", + "pytest==8.4.2", "sphinx==8.1.3", ]