openpower-vpd-parser: srcrev bump 0ac1085031..7a975f0b09

Patrick Williams (2):
      python: fix flake8 warnings and format with black
      sdbusplus: use shorter type aliases

Sunny Srivastava (3):
      Update vpd read and write flow
      Check for essential FRUs
      Async request to create PEL

Change-Id: Ic2ad9e7191481fe3a0327da3e507b7c0b580d9b5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
index d531297..96b1fc6 100644
--- a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
+++ b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
@@ -2,5 +2,5 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 SRC_URI += "git://github.com/openbmc/openpower-vpd-parser;branch=master;protocol=https"
-SRCREV = "0ac1085031e6ea2bae90ab78cf9a4ef34ad602e7"
+SRCREV = "7a975f0b09c7c88d5f8c70e8a91b37353ba3b76e"
 DEPENDS += "nlohmann-json"