From 96fb84812ed7fe3ba1a8d6fd7e8cd1ba9a3c4b37 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 31 May 2026 12:51:03 -0400 Subject: [PATCH] Revert "TEST: Set artificially low Mako minimum to test Dependabot" This reverts commit 0e8810db7addccc05a6e54c3468bfa06df572f7a. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28626c25..0fbdb9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "SQLAlchemy>=1.4.23", - "Mako>=1.3.10", + "Mako", "typing-extensions>=4.12", "tomli;python_version<'3.11'", ] -- 2.47.3