diff --git a/pyproject.toml b/pyproject.toml index 9530a46..56ecc57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ lint = [ "yamllint~=1.34", ] types = [ - "mypy[reports]~=1.10.0", - "pyright==1.1.371", + "mypy[reports]~=1.11.0", + "pyright==1.1.372", ] docs = [ "canonical-sphinx~=0.1",