From 7690437961464d29206c0c9f5c5437c8b104935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:44:39 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6ef9685..936b9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "mypy[faster-cache]==1.16.1", "pre-commit==4.2.0", "pylint>=3.3.8", - "pytest==8.4.1", + "pytest==8.4.2", "pytest-cov==6.2.1", "rich>=14.1.0", "ruff==0.12.3", diff --git a/requirements.txt b/requirements.txt index eea982f..4461c2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -184,7 +184,7 @@ pylint==3.3.8 # via logly (pyproject.toml:dev) pymdown-extensions==10.16.1 # via mkdocs-material -pytest==8.4.1 +pytest==8.4.2 # via # logly (pyproject.toml:dev) # pytest-cov