From b610c8077c4bdab7f57c9b76762f7f50a0e993c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:39:53 +0000 Subject: [PATCH] Update ovos-skill-hello-world requirement in /requirements Updates the requirements on [ovos-skill-hello-world](https://github.com/OpenVoiceOS/skill-ovos-hello-world) to permit the latest version. - [Release notes](https://github.com/OpenVoiceOS/skill-ovos-hello-world/releases) - [Changelog](https://github.com/OpenVoiceOS/skill-ovos-hello-world/blob/dev/CHANGELOG.md) - [Commits](https://github.com/OpenVoiceOS/skill-ovos-hello-world/compare/V0.0.4a2...V0.0.4a6) --- updated-dependencies: - dependency-name: ovos-skill-hello-world dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/skills-essential.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/skills-essential.txt b/requirements/skills-essential.txt index a3c8ff06825b..28c80e33d79d 100644 --- a/requirements/skills-essential.txt +++ b/requirements/skills-essential.txt @@ -5,4 +5,4 @@ ovos-skill-stop>=0.3.0a4 ovos-skill-personal~=0.0, >=0.0.4a1 ovos-skill-naptime~=0.2, >=0.2.2 ovos-skill-date-time>=0.2.3a4 -ovos-skill-hello-world~=0.0, >=0.0.4a2 \ No newline at end of file +ovos-skill-hello-world~=0.0 \ No newline at end of file