From c8e66233eba9dcbb6310b9c31de69fa18bd2efb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 12:04:43 +0000 Subject: [PATCH] Bump mypy from 0.910 to 0.982 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.982. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.982) --- 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..2a11f38d39c 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.982 pymemcache==3.5.0 pytest==6.2.5 safety==1.10.3