From 03261ce8f5b5fcd0a06bcbc9e865f2b61e437623 Mon Sep 17 00:00:00 2001 From: Astariul <43774355+astariul@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:33:11 +0900 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20pytest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abec850..8f9ead1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ ] extras_require = { - "test": ["pytest~=7.0", "pytest-asyncio~=0.18", "pytest-cov~=3.0", "coverage-badge~=1.0"], + "test": ["pytest~=8.0", "pytest-asyncio~=0.18", "pytest-cov~=3.0", "coverage-badge~=1.0"], "hook": ["pre-commit~=3.0"], "lint": ["isort~=5.9", "black~=23.1", "flake518~=1.2", "darglint~=1.8"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"],