From b6135c7d35f61ad584773ab40d14dfd4b7101c8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 11 Dec 2022 09:02:18 -0600 Subject: [PATCH 1/2] Update pytest from 5.3.3 to 7.2.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b675b56..5677fc7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.14.5 coverage==5.0.3 Sphinx==2.4.3 twine==3.1.1 -pytest==5.3.3 +pytest==7.2.0 pytest-runner==5.2 pytest-cov==2.8.1 codecov==2.0.22 From cefe7824a2a9cb803864485b7ca4abf359b4cb57 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 11 Dec 2022 09:02:18 -0600 Subject: [PATCH 2/2] Update pytest from 5.3.0 to 7.2.0 --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index e36b00c..6c3cb1d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -pytest==5.3.0 +pytest==7.2.0 pytest-runner==5.2 pytest-cov==2.8.1 codecov==2.0.22