From f78565667815c8a7f2f0816565d2f318ed309dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:09:00 +0000 Subject: [PATCH 1/2] build(deps-dev): bump `mypy` from 1.16.1 to 1.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 076826a27..6ff69a7de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dev = [ "ruff == 0.6.1" ] mypy = [ - "mypy == 1.16.1", + "mypy == 1.17.0", "types-Deprecated ~= 1.2", "types-requests ~= 2.32.0", "types-pyyaml ~= 6.0", From abe6ff27b90c73ff390731963cb330b02b0a091c Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Sun, 27 Jul 2025 00:32:02 -0600 Subject: [PATCH 2/2] chore(pre-commit): bump `mypy` plugin from 1.16.1 to 1.17.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ae875b90..0127d653a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: name: ruff (format) - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.1" + rev: "v1.17.0" hooks: - id: mypy additional_dependencies: