From 8ce2df561b011243f9138332058945e957d48d63 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 14 Sep 2022 08:04:47 +0200 Subject: Requirements: Set version hdrhistogram==0.9.2 Change-Id: Ie9e49af7b19aa75ef95f10ff2c3a6c0efec013c6 Signed-off-by: Tibor Frank --- resources/tools/dash/app/requirements.txt | 2 +- resources/tools/presentation/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/tools/dash/app/requirements.txt b/resources/tools/dash/app/requirements.txt index d09eecd2d9..6d2930365d 100644 --- a/resources/tools/dash/app/requirements.txt +++ b/resources/tools/dash/app/requirements.txt @@ -11,7 +11,7 @@ dash-table==5.0.0 Flask==2.0.2 Flask-Assets==2.0 Flask-Compress==1.10.1 -hdrhistogram==0.9.1 +hdrhistogram==0.9.2 future==0.18.2 intervaltree==3.1.0 itsdangerous==2.0.1 diff --git a/resources/tools/presentation/requirements.txt b/resources/tools/presentation/requirements.txt index 1c976e273e..88a3675717 100644 --- a/resources/tools/presentation/requirements.txt +++ b/resources/tools/presentation/requirements.txt @@ -7,7 +7,7 @@ numpy==1.17.3 pandas==0.25.3 plotly==4.1.1 PTable==0.9.2 -hdrhistogram==0.6.1 +hdrhistogram==0.9.2 urllib3==1.25.6 boto3==1.17.78 botocore==1.20.78 -- cgit 1.2.3-korg