diff --git a/pyproject.toml b/pyproject.toml index 032a30f..b822059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.5", + "mypy>=1.0,<1.6", "types-requests", "types-cachetools", "types-PyYAML",