From 332a78eb6c72f88769704100f783e3ecaa4af622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:32:44 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.10.0 to 1.10.1 in /requirements/lintrunner Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/lintrunner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lintrunner/requirements.txt b/requirements/lintrunner/requirements.txt index f062e90a6..9607d0443 100644 --- a/requirements/lintrunner/requirements.txt +++ b/requirements/lintrunner/requirements.txt @@ -3,7 +3,7 @@ lintrunner-adapters>=0.8.0 # RUFF, RUFF-FIX ruff==0.4.7 # MYPY -mypy==1.10.0 +mypy==1.10.1 types-PyYAML==6.0.12.11 # PYLINT pylint==2.17.6