diff --git a/setup.py b/setup.py index 865fb45..b37b1a0 100644 --- a/setup.py +++ b/setup.py @@ -69,10 +69,10 @@ def get_version(): }, cmdclass={"test": PyTest}, tests_require=[ - "doc8==0.8.1", - "pytest==6.2.2", - "pytest-cov==2.11.1", - "requests-mock==1.8.0", + "doc8==1.1.1", + "pytest==7.4.1", + "pytest-cov==4.1.0", + "requests-mock==1.11.0", "types-six", "types-requests", ],