From 9d1b53eb118812e45f3d7026ea2e4683e6efb631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:46:29 +0000 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 in /.github (#111) Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 9ee4137..bd9aa5a 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.14.0 +mypy==1.14.1 types-requests==2.32.0.20241016 pytest-xdist==3.6.1 flake8-noqa==1.4.0