From 5d96616ae859c55af7155eb158dd46b45e1b4eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:03:48 +0000 Subject: [PATCH] build(deps-dev): bump pyright in the dependencies group (#39) Bumps the dependencies group with 1 update: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index be26108..9be575a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -175,13 +175,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.390" +version = "1.1.391" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.390-py3-none-any.whl", hash = "sha256:ecebfba5b6b50af7c1a44c2ba144ba2ab542c227eb49bc1f16984ff714e0e110"}, - {file = "pyright-1.1.390.tar.gz", hash = "sha256:aad7f160c49e0fbf8209507a15e17b781f63a86a1facb69ca877c71ef2e9538d"}, + {file = "pyright-1.1.391-py3-none-any.whl", hash = "sha256:54fa186f8b3e8a55a44ebfa842636635688670c6896dcf6cf4a7fc75062f4d15"}, + {file = "pyright-1.1.391.tar.gz", hash = "sha256:66b2d42cdf5c3cbab05f2f4b76e8bec8aa78e679bfa0b6ad7b923d9e027cadb2"}, ] [package.dependencies] @@ -298,4 +298,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f6d6c880c5fdb3201e11a5d3f8a09aacd5fb901ac77948644aad469c102867d4" +content-hash = "49bd5cf478d972d8e06debc2d67892d6b812ec3fc6f75656d1643544d6b46309" diff --git a/pyproject.toml b/pyproject.toml index f9f2dfd..a1b182f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ authors = ["winstxnhdw "] python = "^3.8" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.390" +pyright = "^1.1.391" pylint = "^3.2.7" pytest = "^8.3.4" ruff = "^0.8.3"