From 4fa17339cf5d5787e13afc79197143953d69d051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:32:28 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.390 to 1.1.391 (#20) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.390 to 1.1.391. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e760e7..7528cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["version", "description"] [project.optional-dependencies] dev = ["nox==2024.10.9"] "dev.format" = ["ruff==0.8.5"] -"dev.typecheck" = ["pyright==1.1.390", "asyncpg-stubs>=0.29.1, <0.31"] +"dev.typecheck" = ["pyright==1.1.391", "asyncpg-stubs>=0.29.1, <0.31"] "dev.slotscheck" = ["slotscheck>=0.19.0, <1"] "dev.test" = [ "pytest>=8.3.2, <9",