From f8562879a02f6025e18060bf94e3e1c90b9bb672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:03:35 +0000 Subject: [PATCH] build(deps): bump mypy from 1.5.1 to 1.6.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 d78b653898..e6cd857c70 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -9,6 +9,6 @@ black==23.9.1 isort==5.12.0 pylint==3.0.1 -mypy==1.5.1 +mypy==1.6.0 bandit==1.7.5 pydocstyle==6.3.0