diff --git a/requirements/requirements.txt b/requirements/requirements.txt index baa2bd8f237..634cf139f8d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -11,5 +11,5 @@ ovos-common-query-pipeline-plugin>=1.0.4, <2.0.0 ovos-utils>=0.3.5,<1.0.0 ovos_bus_client>=0.1.4,<2.0.0 ovos-plugin-manager>=0.5.6,<1.0.0 -ovos-config>=0.0.13,<1.0.0 -ovos-workshop>=2.2.2,<3.0.0 +ovos-config>=0.0.13,<2.0.0 +ovos-workshop>=2.2.2,<4.0.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index 3978eae23f8..08bb006e7a7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ -coveralls==1.8.2 -flake8==3.7.9 -pytest==5.2.4 -pytest-cov==2.8.1 -cov-core==1.15.0 \ No newline at end of file +coveralls>=1.8.2 +flake8>=3.7.9 +pytest>=5.2.4 +pytest-cov>=2.8.1 +cov-core>=1.15.0 \ No newline at end of file