diff --git a/pyproject.toml b/pyproject.toml index 2499c722f..eadf577e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,12 +75,12 @@ dev = [ "tox>=3.5,<=4.15.0", "wheel>=0.36.2,<=0.43", "build>=0.10.0,<=1.2.1", - "mypy>=1.6.1,<=1.10.0", + "mypy<=1.10.1,>=1.10.1", "ruff>=0.4.1,<=0.4.7", "types-certifi>=2021.10.8.3,<=2021.10.8.3", "types-Flask>=1.1.6,<=1.1.6", "types-Werkzeug>=1.0.9,<=1.0.9", - "types-requests>=2.31.0.10,<=2.32.0.20240523", + "types-requests<=2.32.0.20240622,>=2.32.0.20240622", "types-cryptography>=3.3.23.2,<=3.3.23.2", "types-pyOpenSSL>=23.3.0.0,<=24.1.0.20240425", ]