From 7116c8e58a73c5454e9f7372e28b26cc1a90eaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:24:19 +0000 Subject: [PATCH] Bump mypy from 1.13.0 to 1.14.0 in /.github Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy 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 0d681e2..f383c1b 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.13.0 +mypy==1.14.0 types-requests==2.32.0.20241016 pytest-xdist==3.6.1 flake8-noqa==1.4.0