From 272eb98724d54ca0da2fe5c47ad42e437fdc2045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:36:46 +0000 Subject: [PATCH] Bump pytest from 8.4.0 to 8.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.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/8.4.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index a59319d..9a5283f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -2,6 +2,6 @@ mypy==1.16.0 pip-tools==7.4.1 pre-commit==4.2.0 -pytest==8.4.0 +pytest==8.4.1 pytest-cov==6.2.1 pytest-env==1.1.5 diff --git a/requirements-dev.txt b/requirements-dev.txt index 05da95a..60bf428 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -48,7 +48,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==8.4.0 +pytest==8.4.1 # via # -r requirements-dev.in # pytest-cov