From 4aa117ad7c646a2a46cedd6284a6bf26e1fe1ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:31:10 +0000 Subject: [PATCH] build(deps): bump mypy from 1.16.1 to 1.17.1 in /.github Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 79dc9e5..fb8cf66 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -15,7 +15,7 @@ flake8-quotes==3.4.0 flake8-simplify==0.22.0; python_version < '3.14' # buggy flake8-pytest==1.4 flake8-type-checking==3.0.0 -mypy==1.16.1 +mypy==1.17.1 types-requests==2.32.4.20250809 pytest-xdist==3.7.0 flake8-noqa==1.4.0; python_version < '3.14' # check behaves different on 3.13 and below