From f6b4685a5eb9b74d86aa6f3aedbd5d00b3d8822a Mon Sep 17 00:00:00 2001 From: Trim21 Date: Fri, 13 Dec 2024 21:24:47 +0800 Subject: [PATCH] chore: relax yarl and coverage version requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 669d4f9c..aade06d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,10 +42,10 @@ dev = [ # lint 'pre-commit==4.0.1; python_version >= "3.9"', # tests - 'yarl==1.13.1', + 'yarl~=1.3', 'pytest==8.3.3', 'pytest-github-actions-annotate-failures==0.2.0', - 'coverage==7.6.1', + 'coverage~=7.6', # types 'mypy==1.13.0', # docs