Update git submodules

* Update oslo.utils from branch 'master'
  to 72c80f6993714816a33d8ce22019cee5b8180069
  - add <range-in> spec DSL operator
    
    Add a new spec DSL operator called `range-in` that allowes users of
    the spec_matcher to match values against numeric ranges.
    The surrounding brackets determines whether the limit should be
    inclusive or not.
    
    examples:
     <range-in> [ 10 20 ]  : 10 <= x <= 20
     <range-in> ( 10 20 ]  : 10 <  x <= 20
     <range-in> [ 10 20 )  : 10 <= x <  20
     <range-in> ( 10 20 )  : 10 <  x <  20
    
    Closes-Bug: #2052619
    Change-Id: I444c01219d02ea7572d4b82117b89b8d3eb75e56
    Signed-off-by: Adam Rozman <adam.rozman@est.tech>
    Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Adam Rozman 2024-02-19 17:41:36 +02:00 committed by Gerrit Code Review
parent 06cd8db3c3
commit 8c96b9ecac
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 093f20df8da58f68dde9fe37783a97be49c47f68
Subproject commit 72c80f6993714816a33d8ce22019cee5b8180069