From be84f8de808a7b575be172283e9257ac8a909a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:42:47 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.345 to 1.1.389 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.345 to 1.1.389. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.345...v1.1.389) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 +++++++----- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb610ca4..525e9c0c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2010,21 +2010,23 @@ test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pyright" -version = "1.1.345" +version = "1.1.389" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.345-py3-none-any.whl", hash = "sha256:00891361baf58698aa660d9374823d65782823ceb4a65515ff5dd159b0d4d2b1"}, - {file = "pyright-1.1.345.tar.gz", hash = "sha256:bb8c80671cdaeb913142b49642a741959f3fcd728c99814631c2bde3a7864938"}, + {file = "pyright-1.1.389-py3-none-any.whl", hash = "sha256:41e9620bba9254406dc1f621a88ceab5a88af4c826feb4f614d95691ed243a60"}, + {file = "pyright-1.1.389.tar.gz", hash = "sha256:716bf8cc174ab8b4dcf6828c3298cac05c5ed775dda9910106a5dcfe4c7fe220"}, ] [package.dependencies] nodeenv = ">=1.6.0" +typing-extensions = ">=4.1" [package.extras] -all = ["twine (>=3.4.1)"] +all = ["nodejs-wheel-binaries", "twine (>=3.4.1)"] dev = ["twine (>=3.4.1)"] +nodejs = ["nodejs-wheel-binaries"] [[package]] name = "pytest" @@ -2873,4 +2875,4 @@ sqlite3 = ["turu-sqlite3"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "601ec6039d488f2c972a8172d43127cf3f466c5e3eeafe8b419bf08c5539c38b" +content-hash = "5a27d839be66c7978175d767575b649718708061e04f334022164f79f5672198" diff --git a/pyproject.toml b/pyproject.toml index 0e422bb5..9fefe74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = ">=7.4.4,<9.0.0" taskipy = "^1.12.0" -pyright = "1.1.345" +pyright = "1.1.389" ruff = ">=0.3.5,<0.7.0" pydantic = "^2.5.3" pytest-cov = ">=4.1,<6.0"