From 1c6d8d7c009465b27dbdeb422355c2a1e21ad477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:40:13 +0000 Subject: [PATCH] build(deps): bump pyright from 1.1.378 to 1.1.382.post0 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.378 to 1.1.382.post0. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.382.post0) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5473673..72ec303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Homepage = "https://github.com/tryterra/terra-client-python" [project.optional-dependencies] dev = ["nox==2024.4.15"] "dev.format" = ["ruff==0.6.2"] -"dev.typecheck" = ["pyright==1.1.378"] +"dev.typecheck" = ["pyright==1.1.382.post0"] "dev.test" = [ "pytest>=8.3.2, <9", "pytest-randomly>=3.15.0, <4"