diff --git a/requirements-dev.txt b/requirements-dev.txt index 33e12d1..3815d56 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,17 +1,17 @@ # Code quality and testing -black==23.12.1 -flake8==7.0.0 -mypy==1.8.0 +black==24.10.0 +flake8==7.1.1 +mypy==1.13.0 isort==5.13.2 # Testing pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-html==4.1.1 pytest-metadata==3.1.1 pytest-mock==3.14.0 pytest-xdist==3.6.1 -coverage==7.6.1 +coverage==7.6.4 # Build and distribution build==1.0.3