From 3b56b4eb622631393d9d684ee38c202a69455e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:01:10 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.5.1 to 1.19.1 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b5876686..bd1d2c69 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ pycodestyle==2.14.0 pydocstyle==6.3.0 dodgy==0.2.1 isort==7.0.0 -mypy==1.5.1 +mypy==1.19.1 Flask-Testing==0.8.1 nose2-cov==1.0a4 coverage==7.13.0