From 004179c1a756f42f46b7180d18b23d5e1bd850b8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 9 Apr 2023 18:45:31 -0400 Subject: [PATCH] Update pytest from 7.1.1 to 7.3.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e0c2b65..b75c5e4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ tox==3.24.5 coverage==6.3.2 Sphinx==4.4.0 twine>=1.12.1 -pytest==7.1.1 +pytest==7.3.0 pytest-runner==5.3.1 black>=19.10b0 isort>=4.3.10