From 5730a349b037312dd46c7541b7a3d62db7e1e985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:22:17 +0100 Subject: [PATCH] :arrow_up: Bump mypy from 0.991 to 1.0.1 (#267) Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8ad65757..5c549983 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -1,5 +1,5 @@ # in the meantime we migrate to pyproject.toml # this represent the minimum requirement to build (for the optional speedup) -mypy==0.991 +mypy==1.0.1 build==0.10.0 wheel==0.38.4 diff --git a/dev-requirements.txt b/dev-requirements.txt index 07bdea54..e3cdf4a3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ build==0.10.0 wheel==0.38.4 black==22.12.0 -mypy==0.991 +mypy==1.0.1 Flask==2.2.3 pytest==7.2.1 requests==2.28.2