From cafd9c2e50722318c46ca8c49c99448c709928dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:04:07 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.1 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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..c0524c75 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.1", "pre-commit", "pycln", "pytest", diff --git a/requirements-dev.txt b/requirements-dev.txt index 3f968d9a..ad7837cc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black docformatter -mypy==1.18.2 +mypy==1.19.1 pre-commit pycln pytest