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 = [