From 569fe9b02901b11e663d946f5ce7714d2398a8bc Mon Sep 17 00:00:00 2001 From: Ugo Albanese <u.albanese@santannapisa.it> Date: Mon, 9 Nov 2020 20:14:23 +0100 Subject: [PATCH] [NRRPLT-7946] Update dependencies. Use unittest.mock instead of PyPI mock Change-Id: I418aff59ff1585622c142d495d3ed44d144608f3 --- hbp_nrp_virtual_coach/requirements.txt | 2 +- hbp_nrp_virtual_coach/requirements_extension_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbp_nrp_virtual_coach/requirements.txt b/hbp_nrp_virtual_coach/requirements.txt index 64768ef..b4ca171 100644 --- a/hbp_nrp_virtual_coach/requirements.txt +++ b/hbp_nrp_virtual_coach/requirements.txt @@ -1,7 +1,7 @@ # third-party dependencies future texttable==0.8.7 -progressbar2==3.34.0 +progressbar2==3.52.1 httplib2==0.12.1 pandas==1.0.5 jupyter==1.0.0 diff --git a/hbp_nrp_virtual_coach/requirements_extension_tests.txt b/hbp_nrp_virtual_coach/requirements_extension_tests.txt index a8a6bd0..c92a04d 100644 --- a/hbp_nrp_virtual_coach/requirements_extension_tests.txt +++ b/hbp_nrp_virtual_coach/requirements_extension_tests.txt @@ -1,2 +1,2 @@ #the following is required for the unit testing -mock==1.0.1 \ No newline at end of file +mock==1.0.1; python_version < "3.3" \ No newline at end of file -- GitLab