diff --git a/pyproject.toml b/pyproject.toml index 2583995..a0bea5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ lint = [ "black==24.8.0", "pre-commit==3.8.0", - "ruff==0.6.3", + "ruff==0.6.4", ] psycopg2 = ["psycopg2-binary"] bakery = ["model-bakery"]