From 204679f0c1fa6d459f7ab79d4c9ae74fb7620cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:18:18 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c123691..3dad7e4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ text = "https://opensource.org/licenses/MIT" dev = [ "black", "docformatter", - "mypy==1.18.2", + "mypy==1.19.0", "pre-commit", "pycln", "pytest", diff --git a/requirements-dev.txt b/requirements-dev.txt index 3f968d9a..546a9c3d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black docformatter -mypy==1.18.2 +mypy==1.19.0 pre-commit pycln pytest