From b276067653507fb0acf6868000269df8c3a9c6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:01:48 +0000 Subject: [PATCH] build(deps-dev): 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e1a617e3..1e962e8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,6 +12,8 @@ asv==0.6.5 # via -r requirements-dev.in asv-runner==0.2.1 # via asv +backports-asyncio-runner==1.2.0 + # via pytest-asyncio build==1.3.0 # via asv cachetools==6.2.0 @@ -57,7 +59,9 @@ iniconfig==2.1.0 # via pytest json5==0.12.1 # via asv -mypy==1.18.2 +librt==0.7.3 + # via mypy +mypy==1.19.0 # via -r requirements-dev.in mypy-extensions==1.1.0 # via mypy