]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Revert "TEST: Set artificially low Mako minimum to test Dependabot" main
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 31 May 2026 16:51:03 +0000 (12:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 31 May 2026 16:51:03 +0000 (12:51 -0400)
This reverts commit 0e8810db7addccc05a6e54c3468bfa06df572f7a.

pyproject.toml

index 28626c25a9d98fb2f9979c842582c8227966da48..0fbdb9c936bcb8e106af52044b6fec31516d587d 100644 (file)
@@ -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'",
 ]