diff --git a/poetry.lock b/poetry.lock index bd816581..a7cd0309 100644 --- a/poetry.lock +++ b/poetry.lock @@ -728,13 +728,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyright" -version = "1.1.317" +version = "1.1.318" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.317-py3-none-any.whl", hash = "sha256:9cf24f83fe8f2cf00773068e06ce771f03331590c7d5e771546f81d7f60efaba"}, - {file = "pyright-1.1.317.tar.gz", hash = "sha256:74da4d3e2dcfe66a2d1d1001e16431ec17aac0ad35b03c0410f7379c2cb5c7f0"}, + {file = "pyright-1.1.318-py3-none-any.whl", hash = "sha256:056c1b2e711c3526e32919de1684ae599d34b7ec27e94398858a43f56ac9ba9b"}, + {file = "pyright-1.1.318.tar.gz", hash = "sha256:69dcf9c32d5be27d531750de627e76a7cadc741d333b547c09044278b508db7b"}, ] [package.dependencies] @@ -1208,4 +1208,4 @@ scikit-learn = ">=1.2.2,<2.0.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "afe78cde6e737ea66d9c8251fbaa214f8d22712dea11c3ff7809dd6859fdf20e" +content-hash = "25a4af3b6985c71fd8a4b55ae65357970564359dd04f37362395dc978e77662c" diff --git a/pyproject.toml b/pyproject.toml index 316acd5f..8cb0a7f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ zeno-sliceline = "^0.0.1" [tool.poetry.dev-dependencies] black = "^23.7.0" httpx = "^0.24.1" -pyright = "^1.1.317" +pyright = "^1.1.318" pytest = "^7.4.0" ruff = "^0.0.280"