diff options
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | resources/tools/dash/app/requirements.txt | 2 | ||||
-rw-r--r-- | resources/tools/presentation/requirements.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 52dc6b2d49..4f80632cd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ scipy==1.8.1 # PAL/DOC dependencies boto3==1.17.78 botocore==1.20.78 -hdrhistogram==0.6.1 +hdrhistogram==0.9.2 pandas==1.4.2 plotly==4.1.1 PTable==0.9.2 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 |