From 840582566efc9dd4820b7e288866eaa21bc52789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:29:13 +0000 Subject: [PATCH] :arrow_up: Bump mypy from 1.7.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) --- 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 bbba83c6..0b717659 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==1.7.1; python_version >= '3.8' +mypy==1.8.0; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' build==0.10.0 wheel==0.42.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index b621e6d7..2aa62994 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ build==0.10.0 wheel==0.42.0 black==23.3.0 -mypy==1.7.1; python_version >= '3.8' +mypy==1.8.0; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' Flask==2.2.3 pytest==7.4.3