From 93093011068226b8564d8a1859bd599a870c77be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 06:33:51 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.344 to 1.1.358 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.344 to 1.1.358. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.344...v1.1.358) --- 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 db3a330..05d9e38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev_fmt = [ ] # NOTE: Must use `==` to constrain version for github actions cache working properly dev_test = [ - "pyright == 1.1.344", + "pyright == 1.1.358", "pytest==7.4.3", "pytest-cov== 4.1.0", "pytest-timeout==2.2.0",