diff --git a/poetry.lock b/poetry.lock index 176514ed..e36dc18b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -729,13 +729,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyright" -version = "1.1.320" +version = "1.1.322" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.320-py3-none-any.whl", hash = "sha256:cdf739f7827374575cefb134311457d08c189793c3da3097c023debec9acaedb"}, - {file = "pyright-1.1.320.tar.gz", hash = "sha256:94223e3b82d0b4c99c5125bab4d628ec749ce0b5b2ae0471fd4921dd4eff460d"}, + {file = "pyright-1.1.322-py3-none-any.whl", hash = "sha256:1bcddb55c4fca5d3c86eee71db0e8aad80536527f2084284998c6cbceda10e4e"}, + {file = "pyright-1.1.322.tar.gz", hash = "sha256:c8299d8b5d8c6e6f6ea48a77bf330a6df79e23305d21d25043bba8a23c1e1ed8"}, ] [package.dependencies] @@ -1209,4 +1209,4 @@ scikit-learn = ">=1.2.2,<2.0.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "753548471f2b8154d43bc9fe866f5ae0555044a1ac4a516b62d4ffbea1a7e028" +content-hash = "f864bb0605c653f03ab0dce0f6ea21f58aa215e8996076bd1a3588b611b8d97c" diff --git a/pyproject.toml b/pyproject.toml index b3e6e8bb..0941ea3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ zeno-sliceline = "^0.0.1" [tool.poetry.dev-dependencies] black = "^23.7.0" httpx = "^0.24.1" -pyright = "^1.1.320" +pyright = "^1.1.322" pytest = "^7.4.0" ruff = "^0.0.282"