diff --git a/requirements-test.txt b/requirements-test.txt index 1ca83ef..02f54fb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ # Testing -coverage==7.2.7 # Test coverage -ruff==0.0.280 # Python linting +coverage==7.3.1 # Test coverage +ruff==0.0.290 # Python linting # Type checking -mypy==1.4.1 # Static typing -types-setuptools==68.0.0.3 # Type stubs for setuptools module +mypy==1.5.1 # Static typing +types-setuptools==68.2.0.0 # Type stubs for setuptools module