From fb523a74d8e59a5b933689804e7bf3947bf8b05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 06:51:09 +0000 Subject: [PATCH] build(deps): bump mypy[mypyc] from 1.15.0 to 1.16.1 Bumps [mypy[mypyc]](https://github.com/python/mypy) from 1.15.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy[mypyc] dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 20d6c2de1..9ad3ca955 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -1,4 +1,4 @@ -mypy[mypyc]==1.15.0 # update pyproject.toml as well +mypy[mypyc]==1.16.1 # update pyproject.toml as well black>=23.12,<24.11 types-requests types-dataclasses diff --git a/pyproject.toml b/pyproject.toml index b17922d82..80130ad39 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.15.0', # update mypy-requirements as well + 'mypy[mypyc]==1.16.1', # update mypy-requirements as well "black>=19.10b0,<24.11", "types-requests", "types-dataclasses",