diff --git a/backend/poetry.lock b/backend/poetry.lock index 670cddfb7..f20d16d3d 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1161,13 +1161,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pyright" -version = "1.1.326" +version = "1.1.327" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.326-py3-none-any.whl", hash = "sha256:f3c5047465138558d3d106a9464cc097cf2c3611da6edcf5b535cc1fdebd45db"}, - {file = "pyright-1.1.326.tar.gz", hash = "sha256:cecbe026b14034ba0750db605718a8c2605552387c5772dfaf7f3e632cb7212a"}, + {file = "pyright-1.1.327-py3-none-any.whl", hash = "sha256:3462cda239e9140276238bbdbd0b59d77406f1c2e14d8cb8c20c8e25639c6b3c"}, + {file = "pyright-1.1.327.tar.gz", hash = "sha256:ba74148ad64f22020dbbed6781c4bdb38ecb8a7ca90dc3c87a4f08d1c0e11592"}, ] [package.dependencies] @@ -1748,4 +1748,4 @@ scikit-learn = ">=1.2.2,<2.0.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "567c8b0cc6b64a84d67c72c6c6df761a0bd72e2d31e921e508e6108a96630c1c" +content-hash = "b54a33efd0ea56957da8e1ac22ae378389fa3fb8087cb40ec7ff29fce1e4d45a" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index cc190471f..6ed50e410 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -31,7 +31,7 @@ psycopg-pool = "^3.1.7" [tool.poetry.dev-dependencies] black = "^23.9.1" pre-commit = "^3.4.0" -pyright = "^1.1.323" +pyright = "^1.1.327" pytest = "^7.4.1" ruff = "^0.0.287"