diff --git a/poetry.lock b/poetry.lock index 11f1ef0..2a741b7 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.393" 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.393-py3-none-any.whl", hash = "sha256:8320629bb7a44ca90944ba599390162bf59307f3d9fb6e27da3b7011b8c17ae5"}, + {file = "pyright-1.1.393.tar.gz", hash = "sha256:aeeb7ff4e0364775ef416a80111613f91a05c8e01e58ecfefc370ca0db7aed9c"}, ] [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 = "2de971dc9544a2f7ab429a5cef2813d0f37cb5f240004d52d20c4bdeadb5c5ae" +content-hash = "5453ac1d214c6b09e4d5b143089a7439555d88421d320f59cf6f88139e1423b2" diff --git a/pyproject.toml b/pyproject.toml index 8247037..ce99812 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.393" ruff = ">=0.3.5,<0.7.0" pydantic = "^2.5.3" pytest-cov = ">=4.1,<7.0"