From 259ddc17190212330e1f4de0a18526509363abb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:33:37 +0000 Subject: [PATCH] Bump mypy from 1.12.0 to 1.12.1 in /.github Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... 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 459b8a4..c554cc0 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -15,7 +15,7 @@ flake8-quotes==3.3.2; python_version < '3.12' flake8-simplify==0.21.0 flake8-pytest==1.4 flake8-type-checking==2.9.1 -mypy==1.12.0 +mypy==1.12.1 types-requests==2.32.0.20241016 pytest-xdist==3.6.1 flake8-noqa==1.4.0