From 681737b623b00727280175836e7bd0c8f4a78a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:50:30 +0000 Subject: [PATCH] Update dependency pytype to v2024.10.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8be75665..3aa60ea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ graphviz = "0.20.3" "ruamel.yaml" = "^0.18.2" [tool.poetry.dev-dependencies] -pytype = "2024.9.13" +pytype = "2024.10.11" [tool.poetry.scripts] graph_dovesnap = "dovesnap.graph_dovesnap:main"