From 71c6dca0c8475e299df20ccd36878bb3f73c3cb3 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 27 Mar 2024 06:14:31 +0000 Subject: [PATCH] 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 --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index 83a525067d..3367c25e77 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit 83a525067deb5a182e6d439a2acdb68695d9a2d8 +Subproject commit 3367c25e770c45e2a51040566b85329b6003246c