From 5c1928ba2f1def40461b4d1acd3188a03eab18da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:57:49 +0000 Subject: [PATCH] build(deps): bump mypy from 1.0.0 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.0.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 40394484..60a59ea2 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -9,6 +9,6 @@ black==23.1.0 isort==5.12.0 pylint==2.16.2 -mypy==1.0.0 +mypy==1.0.1 bandit==1.7.4 pydocstyle==6.3.0