From 663e27c2db0446f71ca1c90efdad003d0545432c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:38:19 +0000 Subject: [PATCH] build(deps-dev): Bump pyright from 1.1.407 to 1.1.408 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.407 to 1.1.408. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.407...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c5a2835..1e514c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -836,14 +836,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.407" +version = "1.1.408" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "pyright-1.1.407-py3-none-any.whl", hash = "sha256:6dd419f54fcc13f03b52285796d65e639786373f433e243f8b94cf93a7444d21"}, - {file = "pyright-1.1.407.tar.gz", hash = "sha256:099674dba5c10489832d4a4b2d302636152a9a42d317986c38474c76fe562262"}, + {file = "pyright-1.1.408-py3-none-any.whl", hash = "sha256:090b32865f4fdb1e0e6cd82bf5618480d48eecd2eb2e70f960982a3d9a4c17c1"}, + {file = "pyright-1.1.408.tar.gz", hash = "sha256:f28f2321f96852fa50b5829ea492f6adb0e6954568d1caa3f3af3a5f555eb684"}, ] [package.dependencies] @@ -1026,4 +1026,4 @@ typing-extensions = ">=4.12.0" [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "3e6bd37cc0b1e40d365cba34fda7d5e8ed8fc97d25c5cc4e511a68f9ce2b262b" +content-hash = "5103d908693039fb7e179cc69165c2d9d78dbfe5fdf3721be95d375a6a7c5d2d" diff --git a/pyproject.toml b/pyproject.toml index e1fa68e..1bedf26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python-dotenv = "^1.0.0" grpc-stubs = ">=1.53.0.6,<2.0.0.0" hypothesis = "^6.148.7" mypy = "^1.0.0" -pyright = "^1.1.0" +pyright = "^1.1.408" pytest = "^8.0.0" pytest-dotenv = "^0.5.0" pytest-timeout = "^2.0.0"