diff --git a/api/poetry.lock b/api/poetry.lock index b4494b2a3..0a424d20e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -5041,4 +5041,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10.4,<3.11" -content-hash = "249e698cb0177ddebf8c171462c0839cb0d0969585814c6dddb5e9859bc27add" \ No newline at end of file +content-hash = "249e698cb0177ddebf8c171462c0839cb0d0969585814c6dddb5e9859bc27add" diff --git a/api/pyproject.toml b/api/pyproject.toml index c5af1903c..94aa4b9a5 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -57,7 +57,7 @@ rope = "^1" jsonpickle = "^3.0.0" pytest-watch = "^4.2.0" pytest-testmon = "^2.0.0" -ruff = "^0.0.285" +ruff = "^0.0.286" [build-system] requires = ["poetry>=1.1.11"]