From 208c1171c01bc0c3ffb1b58103e3f8fd72f641f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:51:34 +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.18...V0.0.25) --- updated-dependencies: - dependency-name: ovos-plugin-manager 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 ef50e58..6d2b5aa 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -ovos-plugin-manager~=0.0.18 +ovos-plugin-manager~=0.0.25 fastapi~=0.95 uvicorn~=0.22 gradio~=3.28