From 0ca795628e7340b655c75b19a1b186025aa20bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:16:10 +0000 Subject: [PATCH] Bump flake8-type-checking from 2.9.1 to 3.0.0 in /.github Bumps [flake8-type-checking](https://github.com/snok/flake8-type-checking) from 2.9.1 to 3.0.0. - [Release notes](https://github.com/snok/flake8-type-checking/releases) - [Commits](https://github.com/snok/flake8-type-checking/compare/v2.9.1...v3.0.0) --- updated-dependencies: - dependency-name: flake8-type-checking dependency-type: direct:production update-type: version-update:semver-major ... 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 bd9aa5a..6363466 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -14,7 +14,7 @@ flake8-return==1.2.0 flake8-quotes==3.3.2; python_version < '3.12' flake8-simplify==0.21.0 flake8-pytest==1.4 -flake8-type-checking==2.9.1 +flake8-type-checking==3.0.0 mypy==1.14.1 types-requests==2.32.0.20241016 pytest-xdist==3.6.1