diff --git a/poetry.lock b/poetry.lock index 9d56664b..efae5594 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1980,13 +1980,13 @@ shellcheck-py = ">=0.9.0.5,<0.10.0.0" [[package]] name = "pyright" -version = "1.1.341" +version = "1.1.345" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.341-py3-none-any.whl", hash = "sha256:f5800daf9d5780ebf6c6e04064a6d20da99c0ef16efd77526f83cc8d8551ff9f"}, - {file = "pyright-1.1.341.tar.gz", hash = "sha256:b891721f3abd10635cc4fd3076bcff5b7676567dc3a629997ed59a0d30034a87"}, + {file = "pyright-1.1.345-py3-none-any.whl", hash = "sha256:00891361baf58698aa660d9374823d65782823ceb4a65515ff5dd159b0d4d2b1"}, + {file = "pyright-1.1.345.tar.gz", hash = "sha256:bb8c80671cdaeb913142b49642a741959f3fcd728c99814631c2bde3a7864938"}, ] [package.dependencies] @@ -3038,4 +3038,4 @@ test = ["pytest (>=7.2,<8.0)", "pytest-cov (>=4.1.0,<4.2.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "a6199d3f35b8439e77d9bfd9c0dc9b678cb7834f86aa44392885bc95fe1cc0ac" +content-hash = "68969c984280a74f43b1688d34693f61fdde59f47359793740955406c89d5f6b" diff --git a/pyproject.toml b/pyproject.toml index c361eadf..e3abc3e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest-cov = "^4.0.0" genbadge = {extras = ["tests", "coverage"], version = "^1.0.6"} click = "8.1.7" coverage = {extras = ["toml"], version = "^7.3.2"} -pyright = "^1.1.334" +pyright = "^1.1.345" devtools = "^0.12.2" sphinx = "^7.2.6" flake8-bandit = "^4.1.1"