From be8189e6eea271690dff5f23677678f0aab9f74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:51:49 +0000 Subject: [PATCH] Update ovos-utils requirement from ~=0.0.32 to ~=0.0.38 in /requirements Updates the requirements on [ovos-utils](https://github.com/OpenVoiceOS/ovos_utils) to permit the latest version. - [Release notes](https://github.com/OpenVoiceOS/ovos_utils/releases) - [Changelog](https://github.com/OpenVoiceOS/ovos-utils/blob/dev/CHANGELOG.md) - [Commits](https://github.com/OpenVoiceOS/ovos_utils/compare/V0.0.32...V0.0.38) --- updated-dependencies: - dependency-name: ovos-utils 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..0510ec8 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,4 +2,4 @@ ovos-plugin-manager~=0.0.18 fastapi~=0.95 uvicorn~=0.22 gradio~=3.28 -ovos-utils~=0.0.32 \ No newline at end of file +ovos-utils~=0.0.38 \ No newline at end of file