From 8a3c147858d054336ffa62e3e360c9fe900f903e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 19 Oct 2025 13:46:24 -0500 Subject: [PATCH] feat: require latest rattail; drop passlib dependency should be using bcrypt directly now, even though technically rattail still requires passlib --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df4af257..9afaf52d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ dependencies = [ "openpyxl", "paginate", "paginate_sqlalchemy", - "passlib", "Pillow", "pyramid>=2", "pyramid_beaker", @@ -53,7 +52,7 @@ dependencies = [ "pyramid_mako", "pyramid_retry", "pyramid_tm", - "rattail[db,bouncer]>=0.20.6", + "rattail[db,bouncer]>=0.21.0", "sa-filters", "simplejson", "transaction",