From c9568635f056ec0069107c2b987655ad8c5cab29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:14:39 +0000 Subject: [PATCH] deps:(deps-dev): bump pyright from 1.1.330.post0 to 1.1.331 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.330.post0 to 1.1.331. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.330.post0...v1.1.331) --- 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 44f6717e..47e6d7ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ name = "MIT" [project.optional-dependencies] dev = [ "cruft", - "pyright==1.1.330.post0", + "pyright==1.1.331", "pre-commit==3.4.0", "ruff==0.0.292", # important that these match the pre-commit hooks "black[jupyter]==23.9.1", # important that these match the pre-commit hooks