From 70a149c40ad0d0595fdbd189aed93f97377709ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:04:52 +0000 Subject: [PATCH] build(deps): bump pyright from 1.1.378 to 1.1.383 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.378 to 1.1.383. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.383) --- 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..4366104 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.383"] "dev.test" = [ "pytest>=8.3.2, <9", "pytest-randomly>=3.15.0, <4"