From 76b0a3b731e2e9dde32d5503dbc54d4ac467ab07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:56:31 +0000 Subject: [PATCH] Update ovos-config requirement in /requirements Updates the requirements on [ovos-config](https://github.com/OpenVoiceOS/ovos-config) to permit the latest version. - [Release notes](https://github.com/OpenVoiceOS/ovos-config/releases) - [Changelog](https://github.com/OpenVoiceOS/ovos-config/blob/dev/CHANGELOG.md) - [Commits](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12...1.0.1) --- updated-dependencies: - dependency-name: ovos-config 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 841e8e7..da29854 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,<1.0.0 +ovos-config>=0.0.12,<2.0.0 ovos-plugin-manager>=0.0.26,<1.0.0 \ No newline at end of file