From 3d48b8c25d37992c70a230b84c3e74f081b1f9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:36:57 +0000 Subject: [PATCH] :arrow_up: Bump mypy from 1.12.0 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... 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 ce978b23..db147355 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -2,7 +2,7 @@ # this represent the minimum requirement to build (for the optional speedup) --find-links https://github.com/mypyc/mypy_mypyc-wheels/releases/expanded_assets/v1.12.0+dev.b2deaaecf1a11e13bc962558992b5f2d5701f295 mypy==1.11.2; python_version >= '3.8' and python_version < '3.13' -mypy==1.12.0; python_version >= '3.13' +mypy==1.12.1; python_version >= '3.13' mypy==1.4.1; python_version < '3.8' build>=0.10.0,<2 wheel==0.42.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index 12c2ebfd..666298aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ build>=0.10.0,<2 wheel==0.42.0 black==23.3.0 mypy==1.11.2; python_version >= '3.8' and python_version < '3.13' -mypy==1.12.0; python_version >= '3.13' +mypy==1.12.1; python_version >= '3.13' mypy==1.4.1; python_version < '3.8' Flask==2.2.3 pytest>=7.4.4,<=8.3.3