From 98efffce4661b4eebd3a114a73f38d74e666ffeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:15:19 +0000 Subject: [PATCH] chore(deps): bump types-pyyaml in /requirements/lintrunner Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240808 to 6.0.12.20240917. - [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 5aa076eb2..a65422899 100644 --- a/requirements/lintrunner/requirements.txt +++ b/requirements/lintrunner/requirements.txt @@ -4,7 +4,7 @@ lintrunner-adapters>=0.8.0 ruff==0.6.9 # MYPY mypy==1.10.1 -types-PyYAML==6.0.12.20240808 +types-PyYAML==6.0.12.20240917 # PYLINT pylint==2.17.6 # EDITORCONFIG-CHECKER