From c85dc29ca832b8f9eb3f259f9695289eedf16ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:50:03 +0300 Subject: [PATCH] Bump mypy from 1.13 to 1.14.0 (#161) Bumps [mypy](https://github.com/python/mypy) from 1.13 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 49449f4..5f8265c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ types-decorator types-PyYAML types-setuptools types-regex -mypy==1.13 +mypy==1.14.0 -e .