From 36808fdb608ef8d9b793e480cb86fb383970eceb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 31 Aug 2025 21:05:04 -0500 Subject: [PATCH] fix: bump version requirement for wuttjamaican although really it's just for sake of a change to tests... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5396086..980cef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pyramid_tm", "waitress", "WebHelpers2", - "WuttJamaican[db]>=0.22.0", + "WuttJamaican[db]>=0.23.1", "zope.sqlalchemy>=1.5", ]