From 89eb1fdd40dc1d211b0cc1f2d66c7a40279566b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:57:18 +0300 Subject: [PATCH] Bump mypy from 1.12.1 to 1.13.0 (#637) Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.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> --- requirements/syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/syntax.txt b/requirements/syntax.txt index a29b8aab..c51880d9 100644 --- a/requirements/syntax.txt +++ b/requirements/syntax.txt @@ -1,5 +1,5 @@ -r base.txt -mypy==1.12.1 +mypy==1.13.0 pre-commit==4.0.1 # mypy stubs and typesheds (https://mypy.readthedocs.io/en/latest/getting_started.html#library-stubs-and-typeshed) types-PyYAML==6.0.12.20240917