From 44b47ebca12d806e577da7335fd81a2a3c194ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:02:26 +0000 Subject: [PATCH] Bump pyright from 1.1.298 to 1.1.299 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.298 to 1.1.299. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.298...v1.1.299) --- 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 e061363..5b463ef 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.298 +pyright==1.1.299 toml==0.10.2 uvloop==0.17.0; sys_platform != "win32"