diff --git a/pyproject.toml b/pyproject.toml index f2ee78b..a7478fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ lint = [ "black==24.10.0", "pre-commit==4.0.1", - "ruff==0.8.1", + "ruff==0.8.2", ] psycopg2 = ["psycopg2-binary"] bakery = ["model-bakery"]