From 3a03633510da04a0e43fb5cb05a325fe705865c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:19:02 +0000 Subject: [PATCH] build(deps): bump mypy from 1.3.0 to 1.5.0 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.5.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 63e1398922..e06bae74be 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -9,6 +9,6 @@ black==23.7.0 isort==5.12.0 pylint==2.17.5 -mypy==1.3.0 +mypy==1.5.0 bandit==1.7.5 pydocstyle==6.3.0