From 3e7906e887c76a95213e86b6a86ae2c47bc8498a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:37:35 +0000 Subject: [PATCH] Bump mypy from 1.17.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5dc784e..953b48ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ development = [ 'xenon==0.9.3', 'types-PyYAML==6.0.12.20250516', 'codespell==2.4.1', - 'mypy==1.17.0', + 'mypy==1.17.1', #'flake8==5.0.4', # version 6.x.x requires python >= 3.8.1 (but 3.7 support window is until 2023-06-27) 'bandit==1.8.6', 'vulture==2.14',