From 6e5054bd48deaae364eae8d8e0dc4f5c04adcb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:56:14 +0000 Subject: [PATCH 1/2] build(deps-dev): bump `mypy` from 1.13.0 to 1.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b436bbda6..516308ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dev = [ "ruff == 0.6.1" ] mypy = [ - "mypy == 1.13.0", + "mypy == 1.14.0", "types-requests ~= 2.32.0", "types-pyyaml ~= 6.0", ] From f0d38136447a0f7fc155093dcd1a3c1dc3999a10 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Tue, 24 Dec 2024 09:30:11 -0500 Subject: [PATCH 2/2] chore(pre-commit): bump `mypy` plugin from 1.13.0 to 1.14.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 5d1f5b795..70e871f44 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.13.0" + rev: "v1.14.0" hooks: - id: mypy additional_dependencies: