From ddb790b8f1655cd2ba51226941ab2c59542244d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:14:14 +0000 Subject: [PATCH] chore(deps): Update mfd-connect requirement from >=7.12.0 to >=7.19.0 Updates the requirements on [mfd-connect](https://github.com/intel/mfd-connect) to permit the latest version. - [Release notes](https://github.com/intel/mfd-connect/releases) - [Changelog](https://github.com/intel/mfd-connect/blob/main/CHANGELOG.md) - [Commits](https://github.com/intel/mfd-connect/compare/v7.12.0...v7.19.0) --- updated-dependencies: - dependency-name: mfd-connect dependency-version: 7.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2882fd..df9f61d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mfd-base-tool>=2.7.0 mfd-common-libs>=1.11.0 -mfd-connect >= 7.12.0 +mfd-connect >= 7.19.0 mfd-typing>=1.23.0