From 4bea70e5a9bea9cf1ae91842c5f8cbf947035e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:17:04 +0000 Subject: [PATCH] Bump mypy[mypyc] from 1.12.0 to 1.12.1 Bumps [mypy[mypyc]](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[mypyc] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mypy-requirements.txt | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index 7fe77bfb..a4bf6646 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -1,4 +1,3 @@ -mypy[mypyc]==1.12.0 # update pyproject.toml as well black>=23.12,<24.11 types-requests types-dataclasses diff --git a/pyproject.toml b/pyproject.toml index 99939067..40424c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=50", # 50 is to match mypyc's minimum "setuptools_scm[toml]>=8.0.4,<9", - 'mypy[mypyc]==1.12.0', # update mypy-requirements as well + 'mypy[mypyc]==1.12.1', "black>=19.10b0,<23.12", "types-requests", "types-dataclasses",