Browse Source

Pin `bcrypt` to `<5.0.0` in `requirements-tests.txt`

pull/14119/head
Yurii Motov 10 months ago
parent
commit
ee9a4c73cd
  1. 1
      requirements-tests.txt

1
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

Loading…
Cancel
Save