From a847bf040bc3c075a2b714774704bf7b701526ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:03:07 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) Updates `ruff` from 0.15.4 to 0.15.7 - [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.15.4...0.15.7) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8de7ba4..c0a953b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dev = [ "freezegun==1.5.5", "pre-commit==4.5.1", "pytest==9.0.2", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-mock==3.15.1", - "ruff==0.15.4", + "ruff==0.15.7", ] diff --git a/requirements.txt b/requirements.txt index 0f583df..8544b03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ typer==0.24.1 # test pytest==9.0.2 -pytest-cov==7.0.0 +pytest-cov==7.1.0 freezegun==1.5.5 pytest-mock==3.15.1