From e4f1a795c667dfb7499adeeaa71d6fa8491b28bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 15:54:27 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.338 to 1.1.344 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.338 to 1.1.344. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.338...v1.1.344) --- 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 b81830c..b0eb33f 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.338", + "pyright == 1.1.344", "pytest==7.4.3", "pytest-cov== 4.1.0", "pytest-timeout==2.2.0",