Skip to content

Commit

Permalink
update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Jul 6, 2024
1 parent 46cd4c7 commit ab39564
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# tests
coverage==7.2.5
requests==2.30.0
coverage==7.5.4
requests==2.32.3
unittest-xml-reporting==3.2.0
xvfbwrapper==0.2.9
# linting
black==23.3.0
flake8==6.0.0
mypy==1.2.0
black==24.4.2
flake8==7.1.0
mypy==1.10.1
# TODO: Use "--install-types" when https://github.com/python/mypy/issues/10600 is solved.
types-requests==2.30.0.0
types-requests==2.32.3.0

0 comments on commit ab39564

Please sign in to comment.