Update git submodules

* Update castellan from branch 'master'
  to 4925356be6f0f347b36119a981fefdd9c5c29ac8
  - Raise ManagedObjectNotFoundError in MockKeyManager
    
    Currently the MockKeyManager raises KeyError when a key is not found
    for a get() or delete() but a real key manager raises
    ManagedObjectNotFoundError in the case of not found [1][2].
    
    This updates the MockKeyManager to raise the same exception as a real
    key manager so that projects using it in tests will be able to test
    their handling of "not found" scenarios properly.
    
    [1] a662b30764/castellan/key_manager/barbican_key_manager.py (L617)
    [2] a662b30764/castellan/key_manager/barbican_key_manager.py (L644)
    
    Change-Id: I3184a229f6690854dda1edc12e74bb483b47a057
This commit is contained in:
melanie witt 2024-02-26 09:56:50 +00:00 committed by Gerrit Code Review
parent 51156631f1
commit 5145eb0dd5

@ -1 +1 @@
Subproject commit e4c44a460d0bd152f5a923ceae5011b1cb82a84a
Subproject commit 4925356be6f0f347b36119a981fefdd9c5c29ac8