diff --git a/poetry.lock b/poetry.lock index 84d6606..3e113e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2522,13 +2522,13 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pyright" -version = "1.1.372" +version = "1.1.374" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.372-py3-none-any.whl", hash = "sha256:25b15fb8967740f0949fd35b963777187f0a0404c0bd753cc966ec139f3eaa0b"}, - {file = "pyright-1.1.372.tar.gz", hash = "sha256:a9f5e0daa955daaa17e3d1ef76d3623e75f8afd5e37b437d3ff84d5b38c15420"}, + {file = "pyright-1.1.374-py3-none-any.whl", hash = "sha256:55752bcf7a3646d293cd76710a983b71e16f6128aab2d42468e6eb7e46c0a70d"}, + {file = "pyright-1.1.374.tar.gz", hash = "sha256:d01b2daf864ba5e0362e56b844984865970d7204158e61eb685e2dab7804cb82"}, ] [package.dependencies] @@ -4386,4 +4386,4 @@ vespa = ["pyvespa", "pyyaml", "sentence-transformers", "torch"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ba436f29f3da982b04106c2ae07d7ea9be219f12972b66a23abc069b1e41beaa" +content-hash = "e0355d4c4e97e8205988c4d9e44a780f2886642378128746ca5f631ca5739008" diff --git a/pyproject.toml b/pyproject.toml index 4fb9418..7db4a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional = true [tool.poetry.group.dev.dependencies] pre-commit = "^3.6.2" -pyright = "^1.1.372" +pyright = "^1.1.374" pytest = "^8.0.2" black = "^24.2.0" moto = { extras = ["s3"], version = "^5.0.2" }