From d622ee0a84c249d4f3c255f8d53cf82a1652a90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:08:17 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 in the mypy group Bumps the mypy group with 1 update: [mypy](https://github.com/python/mypy). Updates `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:production update-type: version-update:semver-minor dependency-group: mypy ... Signed-off-by: dependabot[bot] --- requirements_mypy.in | 2 +- requirements_mypy.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements_mypy.in b/requirements_mypy.in index f55711b..e84af33 100644 --- a/requirements_mypy.in +++ b/requirements_mypy.in @@ -1,3 +1,3 @@ -mypy==1.18.2 +mypy==1.19.0 twisted hatchling # for types diff --git a/requirements_mypy.txt b/requirements_mypy.txt index 80452ea..f32ffa7 100644 --- a/requirements_mypy.txt +++ b/requirements_mypy.txt @@ -18,7 +18,9 @@ idna==3.11 # via hyperlink incremental==24.7.2 # via twisted -mypy==1.18.2 +librt==0.6.3 + # via mypy +mypy==1.19.0 # via -r requirements_mypy.in mypy-extensions==1.0.0 # via mypy