From 65b906df5dfee4069e9cd1983d2e2a65d4a5b713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:43:16 +0000 Subject: [PATCH] Bump pyright from 1.1.391 to 1.1.393 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.391 to 1.1.393. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.391...v1.1.393) --- updated-dependencies: - dependency-name: pyright 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 1243736..8a40d78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2389,13 +2389,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.391" +version = "1.1.393" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.391-py3-none-any.whl", hash = "sha256:54fa186f8b3e8a55a44ebfa842636635688670c6896dcf6cf4a7fc75062f4d15"}, - {file = "pyright-1.1.391.tar.gz", hash = "sha256:66b2d42cdf5c3cbab05f2f4b76e8bec8aa78e679bfa0b6ad7b923d9e027cadb2"}, + {file = "pyright-1.1.393-py3-none-any.whl", hash = "sha256:8320629bb7a44ca90944ba599390162bf59307f3d9fb6e27da3b7011b8c17ae5"}, + {file = "pyright-1.1.393.tar.gz", hash = "sha256:aeeb7ff4e0364775ef416a80111613f91a05c8e01e58ecfefc370ca0db7aed9c"}, ] [package.dependencies] @@ -4072,4 +4072,4 @@ test = ["black", "pdbpp", "pyright", "pytest", "pytest-cov", "ruff"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "9d4f14535dd8ebc56abc8d7ebf0a8181e34b44f9d2a5de4cc79cfea98f7ce50f" +content-hash = "caafdf82206388c923ee493d41d98ab5956e359fcb04bf5acb81c50ee7c552a4" diff --git a/pyproject.toml b/pyproject.toml index 46c3f7a..301f176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-cov = { version = "5.0.0", optional = true, extras = ["test"] } pdbpp = {version = "^0.10.3", optional = true, extras = ["test"]} ruff = {version = ">=0.8.5,<0.9.0", optional = true, extras = ["test"]} black = {version = "^24.3.0", optional = true, extras = ["test"]} -pyright = "1.1.391" +pyright = "1.1.393" [tool.poetry.extras] test = [