From 5856c883f1ed27bb6fab5e050580eb05a2162539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:15:32 +0000 Subject: [PATCH] Bump mypy from 1.13.0 to 1.14.0 Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 018bff54..896fb31a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dynamic = ["version"] test = [ "codespell==2.3.0", "coverage==7.6.8", - "mypy==1.13.0", + "mypy==1.14.0", "pyserial-asyncio-fast==0.14", "pytest==8.3.4", "pytest-asyncio==0.24.0", diff --git a/requirements_test.txt b/requirements_test.txt index 38a7c44c..4ed25574 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ codespell==2.3.0 coverage==7.6.8 -mypy==1.13.0 +mypy==1.14.0 pre-commit==4.0.1 pyserial-asyncio-fast==0.14 pytest-asyncio==0.24.0