diff --git a/pyproject.toml b/pyproject.toml index dc505ba..3c11b33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ lint = [ "black==24.10.0", "pre-commit==4.0.1", - "ruff==0.7.3", + "ruff==0.7.4", ] psycopg2 = ["psycopg2-binary"] bakery = ["model-bakery"]