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]