diff --git a/poetry.lock b/poetry.lock index ed97d0595..a39a9d5f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aenum" @@ -3612,22 +3612,24 @@ files = [ [[package]] name = "pyright" -version = "1.1.356" +version = "1.1.408" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "pyright-1.1.356-py3-none-any.whl", hash = "sha256:a101b0f375f93d7082f9046cfaa7ba15b7cf8e1939ace45e984c351f6e8feb99"}, - {file = "pyright-1.1.356.tar.gz", hash = "sha256:f05b8b29d06b96ed4a0885dad5a31d9dff691ca12b2f658249f583d5f2754021"}, + {file = "pyright-1.1.408-py3-none-any.whl", hash = "sha256:090b32865f4fdb1e0e6cd82bf5618480d48eecd2eb2e70f960982a3d9a4c17c1"}, + {file = "pyright-1.1.408.tar.gz", hash = "sha256:f28f2321f96852fa50b5829ea492f6adb0e6954568d1caa3f3af3a5f555eb684"}, ] [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 = "pysocks" @@ -5819,4 +5821,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.11.5, <3.12.0" -content-hash = "10b24235f63d42ee9ec971fbc4ceb27438f5a9b35d12eb2506f7f7b81692999e" +content-hash = "c516032da62a4a18c1e7f3612e196bdd42b08466fd5de88850a2b47363e087c2" diff --git a/pyproject.toml b/pyproject.toml index fe0c87f02..1790e1278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ robotframework-lsp = ">=1.11.0" robotframework-robocop = "^4.1.0" robotframework-tidy = "^4.5.0" ruff = "0.3.4" -pyright = "1.1.356" +pyright = "1.1.408" pre-commit = "3.7.0" [build-system]