From 507461cc4aee07d48f4e40413b2c4b22d5d15cdd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 11 Sep 2024 09:11:39 +0100 Subject: [PATCH] Update pytest from 3.2.2 to 8.3.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b1b09cc..e4a15b2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,5 +6,5 @@ tox==2.9.1 coverage==4.4.1 Sphinx==1.6.5 -pytest==3.2.2 +pytest==8.3.3 httpretty==0.8.14