diff --git a/poetry.lock b/poetry.lock index bb610ca4..ed8680f3 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.388" 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.388-py3-none-any.whl", hash = "sha256:c7068e9f2c23539c6ac35fc9efac6c6c1b9aa5a0ce97a9a8a6cf0090d7cbf84c"}, + {file = "pyright-1.1.388.tar.gz", hash = "sha256:0166d19b716b77fd2d9055de29f71d844874dbc6b9d3472ccd22df91db3dfa34"}, ] [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 = "fa827b051b0cfca6a2013d92613aec771fc40be86beb42d10da83d64087c61ef" diff --git a/pyproject.toml b/pyproject.toml index 0e422bb5..04a37cdc 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.388" ruff = ">=0.3.5,<0.7.0" pydantic = "^2.5.3" pytest-cov = ">=4.1,<6.0"