Update git submodules

* Update ovn-octavia-provider from branch 'master'
  to 1878eb4c21040ee34cde8a1aae6d1fb8993ae332
  - Fix broken pep8 jobs due to bandit 1.7.5 updated version
    
    With the latest version of bandit (1.7.5), a new lint rule has been
    introduced that checks the inclusion of the timeout parameter for
    every "requests" call [1].
    
    So B113 lint rule[2] needs to be skipped or code adapted, this patch
    add the timeout parameter to the put/get requests.
    
    [1] 5ff73ff8ff
    [2] https://bandit.readthedocs.io/en/latest/plugins/b113_request_without_timeout.html
    
    Closes-bug: #2011573
    Change-Id: I341faedbf7e237eed176e0d3ed3586b8d2c2cbb8
This commit is contained in:
Fernando Royo 2023-03-15 12:04:07 +01:00 committed by Gerrit Code Review
parent 9c6c16582b
commit ca06ab7c7d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e5d1bd03361100e437f9e6db3a839ad6f374dfb3
Subproject commit 1878eb4c21040ee34cde8a1aae6d1fb8993ae332