From feb143ddee63fb4962934a9ad09c61ab6d3da9c5 Mon Sep 17 00:00:00 2001 From: "E. McConville" Date: Sun, 1 Jan 2023 16:17:45 -0600 Subject: [PATCH] Updated pytest & sphinx version requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a4a7fc05..d88e309b 100644 --- a/setup.py +++ b/setup.py @@ -32,11 +32,11 @@ def run_tests(self): cmdclass = {'test': pytest} test_requires = [ - 'pytest >= 5.3.5', + 'pytest >= 7.2.0', ] doc_requires = [ - 'Sphinx >= 2.4.1', + 'Sphinx >= 5.3.0', ] setup(