From 32f25b1d623c34694f3ff18f12c2ff259ec03380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:51:22 +0000 Subject: [PATCH] Update ovos-config requirement from <1.0.0,>=0.0.12 to >=0.0.12,<2.0.0 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 0523f10..bf925df 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ ovos_bus_client>=1.0.0,<2.0.0 ovos-utils>=0.0.37,<1.0.0 -ovos-config>=0.0.12,<1.0.0 +ovos-config>=0.0.12,<2.0.0 tornado~=6.0, >=6.0.3 ovos-plugin-manager>=0.5.5,<1.0.0 \ No newline at end of file