From 66e74cf461d6b36ed82c3cfee75c086fab1b1e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:58:52 +0300 Subject: [PATCH] Bump mypy from 1.14.1 to 1.15.0 (#163) Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.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 d258e37..265b449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ types-decorator types-PyYAML types-setuptools types-regex -mypy==1.14.1 +mypy==1.15.0 -e .