From 84fbd41501525efa3ed8a1e68e929dcdace1f5c0 Mon Sep 17 00:00:00 2001 From: dingedi Date: Thu, 12 Jan 2023 14:50:38 +0100 Subject: [PATCH] upgrade pytest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ",