build(pyright): upgrade to 1.1.350

This commit is contained in:
D. Bohdan 2024-02-12 13:37:39 +00:00
parent 45d01acd1e
commit 88debdf2a0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -263,13 +263,13 @@ plugins = ["importlib-metadata"]
[[package]]
name = "pyright"
version = "1.1.336"
version = "1.1.350"
description = "Command line wrapper for pyright"
optional = false
python-versions = ">=3.7"
files = [
{file = "pyright-1.1.336-py3-none-any.whl", hash = "sha256:8f6a8f365730c8d6c1af840d937371fd5cf0137b6e1827b8b066bc0bb7327aa6"},
{file = "pyright-1.1.336.tar.gz", hash = "sha256:f92d6d6845e4175833ea60dee5b1ef4d5d66663438fdaedccc1c3ba0f8efa3e3"},
{file = "pyright-1.1.350-py3-none-any.whl", hash = "sha256:f1dde6bcefd3c90aedbe9dd1c573e4c1ddbca8c74bf4fa664dd3b1a599ac9a66"},
{file = "pyright-1.1.350.tar.gz", hash = "sha256:a8ba676de3a3737ea4d8590604da548d4498cc5ee9ee00b1a403c6db987916c6"},
]
[package.dependencies]
@ -547,4 +547,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "85dc60cd485bfcc3a19dd14835daac4bf404e83a22c2e7fa2b47f0fbb45f7511"
content-hash = "06f7f3225a7621370281ca98034e32e6b82c1fe9ed91af3fd64ebedae7620f63"

View File

@ -50,7 +50,7 @@ tomli = "^2.0.1"
types-python-dateutil = "^2.8.19.13"
types-pyyaml = "^6.0.12.10"
codespell = {extras = ["toml"], version = "^2.2.5"}
pyright = "1.1.336"
pyright = "1.1.350"
pytest = "^7.4"
pytest-cov = "^4.1.0"