From 85d2c5948f54d6a494ad6004449a47a9219c631d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:41:58 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.360 to 1.1.361 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.360 to 1.1.361. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.360...v1.1.361) --- 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 6b862c0..1ec5631 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,13 +370,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pyright" -version = "1.1.360" +version = "1.1.361" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.360-py3-none-any.whl", hash = "sha256:7637f75451ac968b7cf1f8c51cfefb6d60ac7d086eb845364bc8ac03a026efd7"}, - {file = "pyright-1.1.360.tar.gz", hash = "sha256:784ddcda9745e9f5610483d7b963e9aa8d4f50d7755a9dffb28ccbeb27adce32"}, + {file = "pyright-1.1.361-py3-none-any.whl", hash = "sha256:c50fc94ce92b5c958cfccbbe34142e7411d474da43d6c14a958667e35b9df7ea"}, + {file = "pyright-1.1.361.tar.gz", hash = "sha256:1d67933315666b05d230c85ea8fb97aaa2056e4092a13df87b7765bb9e8f1a8d"}, ] [package.dependencies] @@ -606,4 +606,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "736e8e05a0f5ca687242d90c0686d8bfd7c362d588ec544b4fbdf936958436ab" +content-hash = "b5e5049c19b3b44f261f5188dbc2fc32ddb3f0cd148b0a6c6b39052c477984b2" diff --git a/pyproject.toml b/pyproject.toml index 9a25471..472ed6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ regex = ">=2023.12.25,<2025.0.0" ruff = "0.4.2" pytest = "^8" pytest-cov = ">=4.1,<6.0" -pyright = "1.1.360" +pyright = "1.1.361" [tool.pytest.ini_options] addopts = [