Update git submodules

* Update trove from branch 'master'
  to 35b336b43a8bf082288150e9d23a8a2be2a4a83d
  - Merge "Fix: Allow float values in KeyValueCodec"
  - Fix: Allow float values in KeyValueCodec
    
    Fix "AttributeError: 'float' object has no attribute
    'lower'" in KeyValueCodec when attempting to set a float
    value for a configuration parameter with "float" type.
    
    The `is_valid_value` method was incorrectly attempting to
    call `.lower()` on a float, causing a crash. This patch
    adds an explicit check for floats to prevent this error.
    
    Change-Id: I4abee725caa762d031172d484ea93fb5fd34d6c4
    Signed-off-by: Erkin Mussurmankulov <mangust404@gmail.com>
This commit is contained in:
Zuul 2026-01-11 08:45:09 +00:00 committed by Gerrit Code Review
parent e2509340b7
commit 242b147208

2
trove

@ -1 +1 @@
Subproject commit d4630b73bd8af7c6d5ffba5bf3df38bb994f44b3
Subproject commit 35b336b43a8bf082288150e9d23a8a2be2a4a83d