Skip to content

Commit

Permalink
chore: relax yarl and coverage version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 13, 2024
1 parent 2902861 commit f6b4685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6b4685

Please sign in to comment.