From 7aa45a0feb41fa2e8e8a922c37ad4359b4e56327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:18:07 +0000 Subject: [PATCH] Bump pyright from 1.1.382 to 1.1.383 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.382 to 1.1.383. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.382...v1.1.383) --- updated-dependencies: - dependency-name: pyright 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 b12263f..9bf4834 100644 --- a/poetry.lock +++ b/poetry.lock @@ -307,13 +307,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.382" +version = "1.1.383" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.382-py3-none-any.whl", hash = "sha256:b6658802b2eca1107a6d63b6816903da4c7a53dffebc27cdbc02ebd904b7a18e"}, - {file = "pyright-1.1.382.tar.gz", hash = "sha256:0c953837aa9f1e1d8d46772ee7ebae845104db657e9216834dbdde567a11f177"}, + {file = "pyright-1.1.383-py3-none-any.whl", hash = "sha256:d864d1182a313f45aaf99e9bfc7d2668eeabc99b29a556b5344894fd73cb1959"}, + {file = "pyright-1.1.383.tar.gz", hash = "sha256:1df7f12407f3710c9c6df938d98ec53f70053e6c6bbf71ce7bcb038d42f10070"}, ] [package.dependencies] @@ -582,4 +582,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6afd859d0c01612b3b2963170cd5cf4d619396ccb0efab1efca54d0d96891106" +content-hash = "7ab46a2077eb508c9b522471a9b4a3141692d242ed9783f94f192c0e42087a2d" diff --git a/pyproject.toml b/pyproject.toml index 4b07b88..6d98ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0" ruff = "^0.6.7" -pyright = {extras = ["nodejs"], version = "^1.1.382"} +pyright = {extras = ["nodejs"], version = "^1.1.383"} pytest = "^8.3.3" pytest-asyncio = "^0.24.0" pytest-mock = "^3.14.0"