From 8eda248dc9be2da93ff470567ec3291ac51179e3 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 12 Nov 2019 14:06:03 +0100 Subject: [2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements. Backport of 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 from master. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 3f0a01e164..bb335791f4 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -13,4 +13,4 @@ pywatchman; sys.platform != 'win32' PyYAML selenium sqlparse -tblib +tblib >= 1.5.0 -- cgit v1.3