From 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 23 Oct 2019 14:37:46 +0200 Subject: Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/requirements') diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index cfa73f2682..ec0f1d78cd 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -14,4 +14,4 @@ pywatchman; sys.platform != 'win32' PyYAML selenium sqlparse -tblib +tblib >= 1.5.0 -- cgit v1.3