From f8ce72237b0a86b2e6874c28c7c95de7052b7677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:14:33 +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"