From e8ab90d7960aeceaf72d36400829469aa8967153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:39:16 +0000 Subject: [PATCH 1/2] build(deps-dev): bump `mypy` from 1.14.1 to 1.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31eef872b..c6e99d898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dev = [ "ruff == 0.6.1" ] mypy = [ - "mypy == 1.14.1", + "mypy == 1.15.0", "types-requests ~= 2.32.0", "types-pyyaml ~= 6.0", ] From 2bc3f777e9f2be7f588df0b42149e77e12bb0dc0 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Mon, 10 Feb 2025 23:45:53 -0700 Subject: [PATCH 2/2] chore(pre-commit): bump `mypy-plugin` from 1.14.0 to 1.15.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 70e871f44..f80f12a05 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.14.0" + rev: "v1.15.0" hooks: - id: mypy additional_dependencies: