From 0bad3224fbebefb77fa8ee446970538c645c22c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:25:44 +0000 Subject: [PATCH] chore(deps): bump types-pyyaml in /requirements/lintrunner Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.11 to 6.0.12.20240311. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml 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 6719100753..374bb59d74 100644 --- a/requirements/lintrunner/requirements.txt +++ b/requirements/lintrunner/requirements.txt @@ -4,7 +4,7 @@ lintrunner-adapters>=0.8.0 ruff==0.3.3 # MYPY mypy==1.9.0 -types-PyYAML==6.0.12.11 +types-PyYAML==6.0.12.20240311 # PYLINT pylint==2.17.6 # EDITORCONFIG-CHECKER