From 1596887c137ba8576c91dcb7bf22e25f530cb20f Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Tue, 11 Jul 2023 13:15:57 -0600 Subject: [PATCH] MAINT: update pytest, hypothesis, pytest-cov, and pytz in test_requirements.txt --- test_requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_requirements.txt b/test_requirements.txt index 9db5640c5bb7..295be18d5bf6 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,10 +2,10 @@ cython>=0.29.34,<3.0 wheel==0.38.1 setuptools==59.2.0 ; python_version < '3.12' setuptools ; python_version >= '3.12' -hypothesis==6.24.1 -pytest==6.2.5 -pytz==2021.3 -pytest-cov==3.0.0 +hypothesis==6.81.1 +pytest==7.4.0 +pytz==2023.3 +pytest-cov==4.1.0 pytest-xdist # for numpy.random.test.test_extending cffi; python_version < '3.10'