From 7a1d9a3edf09b24f337ead2758013b0a8dbfba91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:25:14 +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] --- requirements_dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 01a0dd0..bbb7e6e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -56,6 +56,8 @@ iniconfig==2.3.0 # via pytest isort==7.0.0 # via -r requirements_dev.in +librt==0.6.2 + # via mypy license-expression==30.4.4 # via cyclonedx-python-lib markdown-it-py==4.0.0 @@ -66,7 +68,7 @@ mdurl==0.1.2 # via markdown-it-py msgpack==1.1.2 # via cachecontrol -mypy==1.18.2 +mypy==1.19.0 # via -r requirements_dev.in mypy-extensions==1.1.0 # via