From 45620b7cdd8538f56957e0e52dcc23f92c5eea69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 23:45:14 +0000 Subject: [PATCH] build(deps): bump mypy from 1.15.0 to 1.16.0 in /.github Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 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 6e0980f..b1e9aa1 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -15,7 +15,7 @@ flake8-quotes==3.4.0 flake8-simplify==0.21.0; python_version < '3.14' # buggy flake8-pytest==1.4 flake8-type-checking==3.0.0 -mypy==1.15.0 +mypy==1.16.0 types-requests==2.32.0.20250515 pytest-xdist==3.7.0 flake8-noqa==1.4.0; python_version < '3.14' # check behaves different on 3.13 and below