From 60fee7504c5f6e4ad8df00249300dbca1ae8fe92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:39:58 +0000 Subject: [PATCH] deps: update pytest requirement from >=8.3.5 to >=8.4.2 in /config Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- config/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index 9a5d9eb..1c34aa6 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest>=8.3.5 +pytest>=8.4.2 pytest-cov>=4.1.0 pytest-mock>=3.15.1 black>=25.1.0