From a37d9ceb320918591aeb132ef586688706bd9c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:15:48 +0000 Subject: [PATCH] Bump pyright from 1.1.279 to 1.1.280 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.279 to 1.1.280. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.279...v1.1.280) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26d88ca..9e89247 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ git+https://github.com/GoogleGenius/plane hikari-tanchi==1.3.6 hikari-tanjun==2.7.0a1 psutil==5.9.4 -pyright==1.1.279 +pyright==1.1.280 toml==0.10.2 uvloop==0.17.0; sys_platform != "win32"