From 1ac3471c1d12cc6b289ccf12ed5fb55de4d2185a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:35:26 +0000 Subject: [PATCH] pip dev(deps-dev): bump pyright in /packages/autorest.python Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.274 to 1.1.286. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.274...v1.1.286) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/autorest.python/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/dev_requirements.txt b/packages/autorest.python/dev_requirements.txt index 88ee75ddd17..21208dd1bf7 100644 --- a/packages/autorest.python/dev_requirements.txt +++ b/packages/autorest.python/dev_requirements.txt @@ -6,6 +6,6 @@ pylint==2.15.8 pytest ptvsd mypy -pyright==1.1.274 +pyright==1.1.286 black types-PyYAML