diff --git a/requirements-testing.txt b/requirements-testing.txt index 24f8a841..5cbe5a1c 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,6 +5,6 @@ pytest-timeout == 2.2.* pytest-xdist == 3.3.* black == 23.12.* moto[cloudformation,s3] == 4.2.* -mypy == 1.6.* +mypy == 1.7.* ruff == 0.1.* twine == 4.0.*