From d9129045781e5ecf4fa26dccad43599b5eb434b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:42:00 +0000 Subject: [PATCH] pip dev(deps-dev): bump mypy from 1.13.0 to 1.14.1 in /eng Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/typespec-python/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typespec-python/dev_requirements.txt b/packages/typespec-python/dev_requirements.txt index 65f04349111..a1789c99e08 100644 --- a/packages/typespec-python/dev_requirements.txt +++ b/packages/typespec-python/dev_requirements.txt @@ -2,7 +2,7 @@ pyright==1.1.389 pylint==3.2.7 tox==4.23.2 -mypy==1.13.0 +mypy==1.14.1 colorama==0.4.6 debugpy==1.8.2 pytest==8.3.2