From 6caffd5bfbbf558c6129e7f99e014c10e6ace07a Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 23 Jun 2025 10:54:13 -0500 Subject: [PATCH] chore(pytest): Bump min version to restore the 'NotNone' warning (see https://github.com/pytest-dev/pytest/issues/13477) --- test/pytest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest/requirements.txt b/test/pytest/requirements.txt index 788173c44..c71bcd445 100644 --- a/test/pytest/requirements.txt +++ b/test/pytest/requirements.txt @@ -1,5 +1,5 @@ ## Test dependencies -pytest>=7.4.1 +pytest>=8.4.1 pytest-cov>=2.12.1 pytest-codeblocks>=0.16.1 python-dotenv>=1.0.0