From 49be31c052724e41a0c39a0a339e025191126587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:53:57 +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 f55711bb..fef740f8 100644 --- a/requirements_mypy.in +++ b/requirements_mypy.in @@ -1,3 +1,3 @@ -mypy==1.18.2 +mypy==1.19.1 twisted hatchling # for types diff --git a/requirements_mypy.txt b/requirements_mypy.txt index 7b5e9dfd..92d9e042 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.8.1 + # via mypy +mypy==1.19.1 # via -r requirements_mypy.in mypy-extensions==1.0.0 # via mypy