bump to suou>=0.11.1

This commit is contained in:
Yusur 2025-12-01 10:29:59 +01:00
parent f4918d4815
commit 86e6eb1fa6
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ from suou import twocolon_list, WantsContentType
from .colors import color_themes, theme_classes 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__)) APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))

View file

@ -19,7 +19,7 @@ dependencies = [
"libsass", "libsass",
"setuptools>=78.1.0", "setuptools>=78.1.0",
"Hypercorn", "Hypercorn",
"suou[sqlalchemy]>=0.9.0" "suou[sqlalchemy]>=0.11.1"
] ]
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [