Update git submodules

* Update trove from branch 'master'
  to 3367c25e770c45e2a51040566b85329b6003246c
  - stop using passlib
    
    passlib is unmaintained and has not had a release since 2020
    a recent bcrypt release just broke passlib
    see https://github.com/pyca/bcrypt/issues/684
    
    trove's use of passlib is pretty tirval so this change
    just removes it as a depency and delegate the random password
    generation in trove.common.utils to the generate_random_key
    function in the trove.common.crypto_utils module
    
    Change-Id: I6b6c64147c627025d5f89db6032d1c54445df94f
This commit is contained in:
Sean Mooney 2024-03-27 06:14:31 +00:00 committed by Gerrit Code Review
parent 82aa6cba8c
commit 71c6dca0c8
1 changed files with 1 additions and 1 deletions

2
trove

@ -1 +1 @@
Subproject commit 83a525067deb5a182e6d439a2acdb68695d9a2d8
Subproject commit 3367c25e770c45e2a51040566b85329b6003246c