From cbbae8ae79c171f59cea4a57c6bc6d61f1411572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:06:50 +0000 Subject: [PATCH] build(deps): bump mypy from 1.7.0 to 1.7.1 Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 0c61131c..c71e6e18 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -9,6 +9,6 @@ black==23.11.0 isort==5.13.0 pylint==3.0.2 -mypy==1.7.0 +mypy==1.7.1 bandit==1.7.6 pydocstyle==6.3.0