From 106721a7e4be69220ee2f554093e868219b17b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:24:52 +0200 Subject: [PATCH] Bump mypy from 1.11.2 to 1.12.0 (#1039) Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test_bot/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_bot/test-requirements.txt b/test_bot/test-requirements.txt index e28f4f4ed..c76b9178e 100644 --- a/test_bot/test-requirements.txt +++ b/test_bot/test-requirements.txt @@ -3,6 +3,6 @@ pytest-timeout==2.3.1 flake8==7.1.1 flake8-markdown==0.5.0 flake8-docstrings==1.7.0 -mypy==1.11.2 +mypy==1.12.0 types-requests==2.32.0.20240914 types-PyYAML==6.0.12.20240917