From bd8dea5d72622cb878d029d95ec3ab071d3bbe2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:18:56 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group with 3 updates Bumps the all-dependencies group with 3 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `pre-commit` from 4.4.0 to 4.5.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.4.0...v4.5.0) Updates `pytest` from 9.0.0 to 9.0.1 - [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.0...9.0.1) Updates `ruff` from 0.14.4 to 0.14.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.4...0.14.6) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6905955..b165fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ dependencies = [ [dependency-groups] dev = [ "freezegun==1.5.5", - "pre-commit==4.4.0", - "pytest==9.0.0", + "pre-commit==4.5.0", + "pytest==9.0.1", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.4", + "ruff==0.14.6", ] diff --git a/requirements.txt b/requirements.txt index a2bdce9..02fa4c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ pydantic==2.12.4 typer==0.20.0 # test -pytest==9.0.0 +pytest==9.0.1 pytest-cov==7.0.0 freezegun==1.5.5 pytest-mock==3.15.1 # formatting -pre-commit==4.4.0 \ No newline at end of file +pre-commit==4.5.0 \ No newline at end of file