2022-03-12 19:46:01 +01:00
|
|
|
From 5040b1a0ad33f51a66afc7f62ad45e45c47941e1 Mon Sep 17 00:00:00 2001
|
2022-03-12 16:45:29 +01:00
|
|
|
From: j1nx <p.steenbergen@j1nx.nl>
|
2022-03-12 19:46:01 +01:00
|
|
|
Date: Sat, 12 Mar 2022 19:40:48 +0100
|
2022-03-12 16:45:29 +01:00
|
|
|
Subject: [PATCH 1/1] Bump opm required version to 0.0.13
|
|
|
|
|
|
|
|
---
|
2022-03-12 19:46:01 +01:00
|
|
|
requirements/minimal.txt | 2 +-
|
2022-03-12 16:45:29 +01:00
|
|
|
requirements/requirements.txt | 2 +-
|
2022-03-12 19:46:01 +01:00
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
2022-03-12 16:45:29 +01:00
|
|
|
|
2022-03-12 19:46:01 +01:00
|
|
|
diff --git a/requirements/minimal.txt b/requirements/minimal.txt
|
|
|
|
index 6e1c6856a2..c7d17622b7 100644
|
|
|
|
--- a/requirements/minimal.txt
|
|
|
|
+++ b/requirements/minimal.txt
|
|
|
|
@@ -4,4 +4,4 @@ mycroft-messagebus-client~=0.9.1,!=0.9.2,!=0.9.3
|
|
|
|
psutil~=5.6.6
|
|
|
|
combo-lock~=0.2
|
|
|
|
ovos-utils~=0.0.18
|
|
|
|
-ovos-plugin-manager~=0.0.11a1
|
|
|
|
\ No newline at end of file
|
2022-03-13 12:40:48 +01:00
|
|
|
+ovos-plugin-manager~=0.0.13a1
|
2022-03-12 16:45:29 +01:00
|
|
|
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
|
|
|
index d0116c7203..2b4b101bee 100644
|
|
|
|
--- a/requirements/requirements.txt
|
|
|
|
+++ b/requirements/requirements.txt
|
|
|
|
@@ -9,7 +9,7 @@ combo-lock~=0.2
|
|
|
|
PyYAML~=5.4
|
|
|
|
|
|
|
|
ovos-utils~=0.0.18
|
|
|
|
-ovos-plugin-manager~=0.0.11a1
|
2022-03-13 12:40:48 +01:00
|
|
|
+ovos-plugin-manager~=0.0.13a1
|
2022-03-12 16:45:29 +01:00
|
|
|
ovos-tts-plugin-mimic>=0.2.6
|
|
|
|
ovos-tts-plugin-mimic2>=0.1.4
|
|
|
|
ovos-tts-plugin-google-tx>=0.0.3
|
|
|
|
--
|
|
|
|
2.20.1
|
|
|
|
|