From 2194919d1ca2777dd1cee81f6165dc67ead29f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:01:30 +0000 Subject: [PATCH] Bump pyright from 1.1.298 to 1.1.313 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.298 to 1.1.313. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.298...v1.1.313) --- 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..2b61fa7 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.313 toml==0.10.2 uvloop==0.17.0; sys_platform != "win32"