From 8d66a3edc9deb8d433eaba2c5e79fc0f48fcdd9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:27:26 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump pyright from 1.1.408 to 1.1.409 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.408 to 1.1.409. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.408...v1.1.409) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:production 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 94e94ae..a6e567f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1986,14 +1986,14 @@ test = ["coverage", "mypy", "ruff", "wheel"] [[package]] name = "pyright" -version = "1.1.408" +version = "1.1.409" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "pyright-1.1.408-py3-none-any.whl", hash = "sha256:090b32865f4fdb1e0e6cd82bf5618480d48eecd2eb2e70f960982a3d9a4c17c1"}, - {file = "pyright-1.1.408.tar.gz", hash = "sha256:f28f2321f96852fa50b5829ea492f6adb0e6954568d1caa3f3af3a5f555eb684"}, + {file = "pyright-1.1.409-py3-none-any.whl", hash = "sha256:aa3ea228cab90c845c7a60d28db7a844c04315356392aa09fafcee98c8c22fb3"}, + {file = "pyright-1.1.409.tar.gz", hash = "sha256:986ee05beca9e077c165758ad123667c679e050059a2546aa02473930394bc93"}, ] [package.dependencies] @@ -2933,4 +2933,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "40a241f0f91790269957ac85fb582fab4893e8a852e5fe9cfba02faece1cd4e7" +content-hash = "50a56ce0acb0c42a08842cfa63ab31ee25046d210be29d032209b5f5e4d3b15b" diff --git a/pyproject.toml b/pyproject.toml index 9a4ec86..f0ac2fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ requests-oauthlib = "^2.0.0" pre-commit = "^4.6.0" boto3 = "^1.42.95" faker = "^40.15.0" -pyright = "^1.1.408" +pyright = "^1.1.409" pyflakes = "^3.4.0" locust = "^2.43.4"