From fb197dd853877b779764ee705f9917100c1e3bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:05:25 +0000 Subject: [PATCH] chore(deps): Bump mypy in the python-development group Bumps the python-development group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 41d4551a..535ac14f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,7 +10,7 @@ bumpversion==0.5.3 coverage==7.10.7 flake8==7.3.0 isort==6.1.0 -mypy==1.19.0 +mypy==1.19.1 pip-tools==7.5.2 tox==4.27.0 twine==6.2.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index e2e926dc..e15f38c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -97,7 +97,7 @@ more-itertools==10.8.0 # via # jaraco-classes # jaraco-functools -mypy==1.19.0 +mypy==1.19.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via