From b7759ebd1cc5ca9d7b4cbe10e45ebacd65c0067b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 15:15:21 +0000 Subject: [PATCH] Bump mypy from 1.17.1 to 1.18.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0af996a..2d70dcb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -r requirements.txt -mypy==1.17.1 +mypy==1.18.1 diff --git a/setup.cfg b/setup.cfg index 4492fea..8118eff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = [options.extras_require] testing = coverage == 7.10.3 - mypy == 1.17.1 + mypy == 1.18.1 [options.entry_points] pytest11 =