From ea8e2175c8f2adb1cc491f73dfec1a6d44afecf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:58:23 +0000 Subject: [PATCH] Bump pyright from 1.1.298 to 1.1.303 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.298 to 1.1.303. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.298...v1.1.303) --- 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 6e4620e..c5f9184 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.5 -pyright==1.1.298 +pyright==1.1.303 toml==0.10.2 uvloop==0.17.0; sys_platform != "win32"