diff --git a/poetry.lock b/poetry.lock index 6c8e1a4a6f..9d93203ecd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3541,13 +3541,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyright" -version = "1.1.362" +version = "1.1.363" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.362-py3-none-any.whl", hash = "sha256:969957cff45154d8a45a4ab1dae5bdc8223d8bd3c64654fa608ab3194dfff319"}, - {file = "pyright-1.1.362.tar.gz", hash = "sha256:6a477e448d4a07a6a0eab58b2a15a1bbed031eb3169fa809edee79cca168d83a"}, + {file = "pyright-1.1.363-py3-none-any.whl", hash = "sha256:d3b8d73c8d230e26cc3523862f3398032a0c39a00d7bb69dc0f595f8e888fd01"}, + {file = "pyright-1.1.363.tar.gz", hash = "sha256:00a8f0ae0e339473bb0488f8a2a2dcdf574e94a16cd7b4390d49d144714d8db2"}, ] [package.dependencies] @@ -5084,4 +5084,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "b849bcd95fd0fc98290633f85a64cbcd44af5b5239ffd22654e45b8b80294fde" +content-hash = "f1b4fcb5b3e7c51edb00edffbbe83c261ec0c7caeb90b3cc2c6d753d777b37f2" diff --git a/pyproject.toml b/pyproject.toml index 1730e75e68..32e99baf52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ipykernel = "^6.29.4" jupyter = "^1.0.0" nbconvert = "^7.16.3" poethepoet = "^0.26.0" -pyright = "^1.1.361" +pyright = "^1.1.363" pytest = "^8.2.0" pytest-asyncio = "^0.23.4" pytest-timeout = "^2.3.1"