diff --git a/setup.py b/setup.py index 6b146c6..e349c56 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ "tox==4.11.0 ; python_version>='3.8'", # Testing framework. "pytest==6.1.2 ; python_version<'3.8'", - "pytest==7.4.0 ; python_version>='3.8'", + "pytest==8.2.0 ; python_version>='3.8'", "pytest-cov==2.12.1 ; python_version<'3.8'", "pytest-cov==4.1.0 ; python_version>='3.8'", "pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'",