From 43043b6235a7eca8639f9ebea1d8eec2dc8cb17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:10:37 +0200 Subject: [PATCH] Bump mypy[mypyc] from 1.12.1 to 1.13.0 (#886) * Bump mypy[mypyc] from 1.12.1 to 1.13.0 Bumps [mypy[mypyc]](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy[mypyc] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update pyproject.toml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com> --- mypy-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index 98ed0f02..2a8c6f4b 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -1,4 +1,4 @@ -mypy[mypyc]==1.12.1 # update pyproject.toml as well +mypy[mypyc]==1.13.0 # update pyproject.toml as well black>=23.12,<24.11 types-requests types-dataclasses diff --git a/pyproject.toml b/pyproject.toml index 5fb41f2f..155a8210 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.1', # update mypy-requirements as well + 'mypy[mypyc]==1.13.0', # update mypy-requirements as well "black>=19.10b0,<24.11", "types-requests", "types-dataclasses",