Skip to content

Commit

Permalink
Bump linters and tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Mar 2, 2025
1 parent b51b696 commit ed26b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Lint Requirements
black==23.1.0
mypy==1.5.1
ruff==0.1.5
mypy==1.13.0
ruff==0.7.2
types-PyYAML==6.0.12.3
4 changes: 2 additions & 2 deletions .requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test requrements
pytest==7.4.3
coverage[toml]==7.3.2
pytest==8.3.3
coverage[toml]==7.6.4
PyYAML>=6.0

0 comments on commit ed26b5f

Please sign in to comment.