chore(deps): update dependency pyright to v1.1.389

This commit is contained in:
renovate[bot]
2024-11-20 20:20:52 +00:00
committed by GitHub
parent ae9cd5254d
commit 6210c2f876
2 changed files with 8 additions and 6 deletions

12
poetry.lock generated
View File

@@ -1151,21 +1151,23 @@ pyobjc-framework-Cocoa = ">=10.3.1"
[[package]]
name = "pyright"
version = "1.1.381"
version = "1.1.389"
description = "Command line wrapper for pyright"
optional = false
python-versions = ">=3.7"
files = [
{file = "pyright-1.1.381-py3-none-any.whl", hash = "sha256:5dc0aa80a265675d36abab59c674ae01dbe476714f91845b61b841d34aa99081"},
{file = "pyright-1.1.381.tar.gz", hash = "sha256:314cf0c1351c189524fb10c7ac20688ecd470e8cc505c394d642c9c80bf7c3a5"},
{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"
@@ -1946,4 +1948,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "369440b91196f5e5ca8612cb7df7a28b3d18e0ea7c84bd6b965de4676d45702a"
content-hash = "a736677453b1393df21bea62a2f87bacccea4bd7615b16efe6ab07170ea651a6"

View File

@@ -20,7 +20,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
pyright = "1.1.381"
pyright = "1.1.389"
ruff = "0.7.4"
tomli = "^2.0.1"
packaging = "^24.1"