From: Mike Bayer Date: Sun, 31 May 2026 16:51:03 +0000 (-0400) Subject: Revert "TEST: Set artificially low Mako minimum to test Dependabot" X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fsqlalchemy%2Falembic.git Revert "TEST: Set artificially low Mako minimum to test Dependabot" This reverts commit 0e8810db7addccc05a6e54c3468bfa06df572f7a. --- 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'", ]