From cd909329af77890c1965fdc1e5fde94da148af76 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 12 Jan 2021 16:12:32 +0000 Subject: [PATCH] requirements: Change all specified versions to '==' Although the issue we've identified with GitHub builds isn't to do with a python module version it's best to nail precise versions so we can be sure it will build with the same as we've tested locally. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53cacec1..3bd02584 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2020.12.5 -requests>=2.11.1 -watchdog>=0.8.3 +requests==2.25.1 +watchdog==0.10.3 # argh==0.26.2 watchdog dep # pyyaml==5.3.1 watchdog dep semantic-version==2.8.5