From 3552fa11965a02f0164a186ee6ef0a5883bcd7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:38:14 +0000 Subject: [PATCH] deps: update pytest requirement from >=7.4.0 to >=7.4.4 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/7.4.0...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-version: 7.4.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fcc9b3c..2a579f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest>=7.4.0 +pytest>=7.4.4 pytest-cov>=4.1.0 pytest-mock>=3.11.0 selenium>=4.10.0