From f81abcc1e3121512752f0471b4718dd5566c5bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:09:18 +0000 Subject: [PATCH] build(deps): bump mypy from 0.950 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.950 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.950...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7de253e2cc..6db9a9ab38 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -8,5 +8,5 @@ coverage==6.3.2 black==22.3.0 isort==5.10.1 pylint==2.13.8 -mypy==0.950 +mypy==1.0.1 bandit==1.7.4