From f425121d81a1a89b9f010158fe91fd145d892346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 22 Nov 2024 15:02:08 +0100 Subject: [PATCH] chore: restore an empty line in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e52988c037..41d37e53785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -364,6 +364,7 @@ towncrier = ">=18.6.0rc1" # Used for checking the Poetry lockfile tomli = ">=1.2.3" + [build-system] # The upper bounds here are defensive, intended to prevent situations like # https://github.com/matrix-org/synapse/issues/13849 and