From 49261a696d8af7f260f281e063eb01f899dbd1ff Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 1 Sep 2025 15:42:30 -0500 Subject: [PATCH] fix: bump minimum version for wuttaweb dependency per misc. pylint refactoring --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfbc3a9..6af181a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8" dependencies = [ "SQLAlchemy<2", # TODO: should allow 2.x - "WuttaWeb>=0.22.0", + "WuttaWeb>=0.23.1", ] [project.optional-dependencies]