From bb414fba2f4c51219d91701e6111b73544c715d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 15:54:45 +0000 Subject: [PATCH] Bump mypy from 0.982 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.2.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 769bfa0..f08b5a4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ dask jsonschema pytest pytest-cov -mypy==0.982 +mypy==1.2.0 invoke==2.1.1 types-jsonschema types-setuptools==67.7.0.1