From e2c8fbc35f3409cca187b5de666c990a5f6f245f Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 21 Jun 2019 13:20:29 -0600 Subject: [PATCH] Pin prospector version to 1.1.6.2 prospector 1.1.6.4 is currently broken - it updates to a new version of pylint that it isn't compatible with. The relevant issue is here: https://github.com/PyCQA/prospector/issues/335 --- tildes/requirements-to-freeze.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildes/requirements-to-freeze.txt b/tildes/requirements-to-freeze.txt index a0ed2e0..529d8a9 100644 --- a/tildes/requirements-to-freeze.txt +++ b/tildes/requirements-to-freeze.txt @@ -14,7 +14,7 @@ mypy==0.670 # 0.700 includes incorrect bleach stubs mypy-extensions Pillow prometheus-client -prospector +prospector==1.1.6.2 psycopg2 publicsuffix2==2.20160818 pygit2