diff --git a/requirements/tools.txt b/requirements/tools.txt index 39946a86..1b43f52d 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -1,4 +1,4 @@ -mypy<=1.19.0; +mypy<=1.19.1; # while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1, # so 5.x should be kept in order to stay compatible with Python 3.7/3.8 flake8>=5.0.4,<8