From ee9a4c73cd14e04b70a995966aa56b1839de0c4f Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 26 Sep 2025 17:59:34 +0200 Subject: [PATCH] Pin `bcrypt` to `<5.0.0` in `requirements-tests.txt` --- requirements-tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-tests.txt b/requirements-tests.txt index e87a42162..59d5649c8 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -9,6 +9,7 @@ flask >=1.1.2,<4.0.0 anyio[trio] >=3.2.1,<5.0.0 PyJWT==2.9.0 pyyaml >=5.3.1,<7.0.0 +bcrypt <5.0.0 passlib[bcrypt] >=1.7.2,<2.0.0 inline-snapshot>=0.21.1 # types