From 1cf64d8c4e60dad44f7cd096822587db49fece6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:31:58 +0000 Subject: [PATCH] [dependabot] Bump mypy from 1.9.0 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.11) --- 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..9c2f467 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.11.0 pep8-naming==0.13.3 safety