From a34229925379bec0fe05345636af3c227e3f8777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:34:17 +0000 Subject: [PATCH] Update pytest requirement from >=4.1 to >=9.0.3 in /requirements 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/4.1.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 27237efb..b9c7e0d0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ ipython>=5.0,<10.0.0 ipywidgets notebook moto >= 5.0.0,< 5.2.0 -pytest>=4.1 +pytest>=9.0.3 pytest-cov>=2.6.1 pytest-mock>=1.10 pytest-env>=0.6.2