From 5fe023a8c19080eb0523739879da5da9333a272f Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 7 Jul 2024 20:18:05 +0200 Subject: [PATCH] chore(deps): update dependency mypy to v1.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a430d38..11637aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ validate = ["cd dev && octodns-validate --debug --config-file sync.yml {args}"] [tool.hatch.envs.lint] python = "3.11" detached = true -dependencies = ["mypy==1.10.0", "ruff==0.4.8"] +dependencies = ["mypy==1.10.1", "ruff==0.4.8"] [tool.hatch.envs.lint.scripts] typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}"