From 28ef221955c85c86b6b65be00cefc9f319a633ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:23:22 +0000 Subject: [PATCH] [dependabot] Bump mypy from 1.9.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dddc0c7..f059ce2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ flake8-black==0.3.6 flake8-bugbear==24.4.21 flake8-functions==0.0.8 isort==5.13.2 -mypy==1.9.0 +mypy==1.10.1 pep8-naming==0.13.3 safety