From 86e6eb1fa6fd4b22372d3930f106be9660b10ec8 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Mon, 1 Dec 2025 10:29:59 +0100 Subject: [PATCH] bump to suou>=0.11.1 --- freak/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freak/__init__.py b/freak/__init__.py index 0d829ac..ee32a50 100644 --- a/freak/__init__.py +++ b/freak/__init__.py @@ -26,7 +26,7 @@ from suou import twocolon_list, WantsContentType from .colors import color_themes, theme_classes -__version__ = '0.5.0-dev47' +__version__ = '0.5.0-dev48' APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__)) diff --git a/pyproject.toml b/pyproject.toml index 482e2ee..5217294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "libsass", "setuptools>=78.1.0", "Hypercorn", - "suou[sqlalchemy]>=0.9.0" + "suou[sqlalchemy]>=0.11.1" ] requires-python = ">=3.10" classifiers = [