From aa548832e64dfa5bd4e08c781cba9bf1a7bb977e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 11:32:47 +0000 Subject: [PATCH] Update ovos-plugin-manager requirement in /requirements Updates the requirements on [ovos-plugin-manager](https://github.com/OpenVoiceOS/OVOS-plugin-manager) to permit the latest version. - [Release notes](https://github.com/OpenVoiceOS/OVOS-plugin-manager/releases) - [Changelog](https://github.com/OpenVoiceOS/ovos-plugin-manager/blob/dev/CHANGELOG.md) - [Commits](https://github.com/OpenVoiceOS/OVOS-plugin-manager/compare/V0.0.25...2.2.0) --- updated-dependencies: - dependency-name: ovos-plugin-manager dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 37b9240..e6a331d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ ovos-utils>=0.0.38,<1.0.0 ovos_bus_client>=0.0.8,<2.0.0 ovos-config>=0.0.12,<3.0.0 -ovos-plugin-manager>=0.0.25,<3.0.0 +ovos-plugin-manager>=2.2.0,<3.0.0