From 007f8a9d7a737bdb58698498d8941174189ac027 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 13 Sep 2023 09:21:10 -0400 Subject: [PATCH] Update test dependencies. --- tests/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b216e7c..8b2acf1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,13 +4,11 @@ # # pip-compile tests/requirements.in # -hypothesis==6.83.0 - # via -r tests/requirements.in iniconfig==2.0.0 # via pytest packaging==23.1 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.0 +pytest==7.4.2 # via -r tests/requirements.in