From 100c03c4a8cbffc6f15010f05605ef750f4dcf5e Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 17 Apr 2023 12:56:14 +0530 Subject: [PATCH 1/3] Update tests.txt --- requirements/tests.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 9a75cf95b1..74d0507ff7 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,5 @@ brunette==0.2.8 -codecov==2.1.12 -coverage==7.2.1 +coverage==7.2.2 pytest==7.2.2 pytest-cov==4.0.0 pytest-random-order==1.1.0 From 82e9bea470f3e3433d279f70283ed4adbec7ea82 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 17 Apr 2023 13:01:26 +0530 Subject: [PATCH 2/3] sort issue added sort issue added --- wbia/other/ibsfuncs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wbia/other/ibsfuncs.py b/wbia/other/ibsfuncs.py index b971ea7963..2582a4f617 100644 --- a/wbia/other/ibsfuncs.py +++ b/wbia/other/ibsfuncs.py @@ -5232,6 +5232,7 @@ def filter_aids_to_species(ibs, aid_list, species, speedhack=True): >>> aid_list = ibs.get_valid_aids() >>> species = const.TEST_SPECIES.ZEB_GREVY >>> aid_list_ = filter_aids_to_species(ibs, aid_list, species) + >>> aid_list_.sort() >>> result = 'aid_list_ = %r' % (aid_list_,) >>> print(result) aid_list_ = [9, 10] From 7e03d29980ed9c0e4ba3caf3f346c6e245cf92a3 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 17 Apr 2023 13:03:48 +0530 Subject: [PATCH 3/3] fix markup safe version fix markup safe version --- requirements/runtime.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 83434691af..c38d2fb378 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -34,7 +34,8 @@ keras==2.2.5 line-profiler==3.5.1 lockfile==0.12.2 mako==1.2.2 -MarkupSafe<2.1.0 +itsdangerous>=0.24,<2.0 +markupsafe<2.0.0 # marshmallow==2.21.0 # marshmallow-sqlalchemy==0.12.1 matplotlib==3.5.3