From 73db57b1229d04839367640b5e7c868d0259113f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:22:22 -0400 Subject: [PATCH] chore(deps): update development dependencies (non-major) (#227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",