From 802100fdedf37da15e689fe0baae417b18763be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:39:55 +0000 Subject: [PATCH] Update pytest requirement from ~=8.0.0 to ~=8.3.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/8.0.0...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- devtools/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/dev-requirements.txt b/devtools/dev-requirements.txt index 4ec9db944..4cef5b164 100644 --- a/devtools/dev-requirements.txt +++ b/devtools/dev-requirements.txt @@ -23,7 +23,7 @@ pre-commit # testing and benchmarking markupsafe == 2.0.1 nbmake -pytest ~= 8.0.0 +pytest ~= 8.3.4 pytest-benchmark pytest-cov >= 2.6.0 pytest-monitor