diff --git a/setup.py b/setup.py index a7ef438..aaf2f88 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( long_description=open('README.md').read(), long_description_content_type="text/markdown", install_requires=open("requirements.txt", "r").readlines(), - tests_require=['pytest==7.1.2'], + tests_require=['pytest==7.2.0'], setup_requires=['pytest-runner'], classifiers=[ "License :: OSI Approved :: GNU Affero General Public License v3 ",