From 96d0ac1837482f4f7a7fd4130af5f20920b63036 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 27 Apr 2024 18:22:07 +0200 Subject: [PATCH 1/2] Update pytest from 7.3.1 to 8.1.2 --- ci_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_requirements.txt b/ci_requirements.txt index a08e0cd..82a5ad1 100644 --- a/ci_requirements.txt +++ b/ci_requirements.txt @@ -1,6 +1,6 @@ black==23.3.0 docutils==0.20.1 -pytest==7.3.1 +pytest==8.1.2 coverage==7.2.7 codecov==2.1.13 pytest-cov==4.1.0 From 775cf8a12feb6f6b1f4a7b92af0ebd3e7f6a229a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 27 Apr 2024 18:22:07 +0200 Subject: [PATCH 2/2] Update pytest from 7.3.1 to 8.1.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5b017b7..47d6224 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ setup_requires = python_requires = >=3.8 [options.extras_require] -test = pytest==7.3.1 +test = pytest==8.1.2 [tool:pytest] minversion = 6.0