From 6a8d950b8751b3f84557d58d8bddb415f32664d8 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 11 Jan 2021 19:28:56 +0000 Subject: [PATCH] Change all requirements to latest tested and use '==' on all. 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-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b50ae664..e2ea8f11 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ pep8-naming==0.11.1 autopep8==1.5.4 # HTML changelogs -grip>=4.5.2 +grip==4.5.2 # Packaging # We only need py2exe on windows. diff --git a/requirements.txt b/requirements.txt index bf29adc9..7f6952ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2019.9.11 -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