From 48e39544fcc3a7a61eea6c12bda6b2ac2549592c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:08:28 +0000 Subject: [PATCH] Bump pyright from 1.1.374 to 1.1.375 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.374 to 1.1.375. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.374...v1.1.375) --- 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 cb3fb96..beab7db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,13 +383,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.374" +version = "1.1.375" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.374-py3-none-any.whl", hash = "sha256:55752bcf7a3646d293cd76710a983b71e16f6128aab2d42468e6eb7e46c0a70d"}, - {file = "pyright-1.1.374.tar.gz", hash = "sha256:d01b2daf864ba5e0362e56b844984865970d7204158e61eb685e2dab7804cb82"}, + {file = "pyright-1.1.375-py3-none-any.whl", hash = "sha256:4c5e27eddeaee8b41cc3120736a1dda6ae120edf8523bb2446b6073a52f286e3"}, + {file = "pyright-1.1.375.tar.gz", hash = "sha256:7765557b0d6782b2fadabff455da2014476404c9e9214f49977a4e49dec19a0f"}, ] [package.dependencies] @@ -621,4 +621,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "edc9bdb3e829cefe4528f3c3be98267660ca1c7fb88e2e219dae375c44065242" +content-hash = "ef34dfc41f4a2c398f4bf6ff3224ef05f9e338223e5e0e1d2a3ee4b194b13087" diff --git a/pyproject.toml b/pyproject.toml index e9af98f..5720b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas-stubs = "^2.2.2.240603" [tool.poetry.group.dev.dependencies] ruff = "^0.5.6" pre-commit = "^3.8.0" -pyright = "^1.1.374" +pyright = "^1.1.375" [build-system] requires = ["poetry-core"]