From 1000b678006c5df95e4cfc81b0930458475133f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 12:01:10 +0000 Subject: [PATCH] Bump mypy from 0.910 to 0.990 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.990. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.990) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 abb12046f5d..d0407aedbd4 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ -r requirements.txt debugpy>=1.5.0 flake8==4.0.1 -mypy==0.910 +mypy==0.990 pymemcache==3.5.0 pytest==6.2.5 safety==1.10.3