Update git submodules

* Update murano-agent from branch 'master'
  - Fix base64 usage for Python 3
    
    Python 3 now handles str and bytes differently to Python 2, so when
    using b64encode/decode, the input and output must specifically by
    bytes.
    
    This commit adds some base64 helpers to coerce the input to become
    bytes if the input is a str and decodes the output back to str after
    the encode or decode.
    
    It also adds a test case to replicate the issue and cover the new
    functions.
    
    Change-Id: I8f64da03c7cfc76e620cb3b98201f6287b752bb3
This commit is contained in:
Andy Botting 2020-10-08 10:53:00 +11:00 committed by Gerrit Code Review
parent 55c3810273
commit a9d2b30f83
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit dd1131146f90d6a4d43ad8770fb9f6bc43bada19
Subproject commit 3c41b4f1b967ee6b35a4a1e7aac6ee5caae90ff9