From 1f88d45fdbb998ac6e5de0b9de12f16b1ec4d8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 09:02:54 +0000 Subject: [PATCH] :arrow_up: Bump mypy from 0.982 to 0.990 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.990. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v0.990) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build-requirements.txt | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-requirements.txt b/build-requirements.txt index 5046113a..bc9a5cdf 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -1,6 +1,6 @@ # in the meantime we migrate to pyproject.toml # this represent the minimum requirement to build (for the optional speedup) -mypy==0.982; python_version >= "3.7" +mypy==0.990; python_version >= "3.7" mypy==0.971; python_version < "3.7" build==0.9.0 wheel==0.37.1 diff --git a/dev-requirements.txt b/dev-requirements.txt index 6669ef75..d2e80ce5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,7 +11,7 @@ wheel==0.37.1 black==22.8.0; python_version < "3.7" black==22.10.0; python_version >= "3.7" -mypy==0.982; python_version >= "3.7" +mypy==0.990; python_version >= "3.7" mypy==0.971; python_version < "3.7" Flask==2.2.2; python_version >= "3.7"