From 464f5903fd7f0a864bdee60dd0b3809e78a490a2 Mon Sep 17 00:00:00 2001 From: Astariul Date: Tue, 26 Mar 2024 10:43:38 +0900 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrdae=20dependency?= 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 c845183..611c5c7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] extras_require = { - "test": ["pytest~=8.0", "pytest-cov~=4.1", "coverage-badge~=1.0"], + "test": ["pytest~=8.0", "pytest-cov~=5.0", "coverage-badge~=1.0"], "hook": ["pre-commit~=3.0"], "lint": ["ruff~=0.2"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"],