From 42fd16446373fa308de77215f84b45160f1c853a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 00:05:10 +0000 Subject: [PATCH] Update all dependencies --- .../AI_service/requirements.txt | 50 ++++++------- .../tasks/download/Dockerfile | 2 +- .../tasks/decompress/Dockerfile | 2 +- .../calculate_health_check/requirements.txt | 10 +-- .../requirements.txt | 10 +-- download_service/requirements.txt | 70 +++++++++---------- 6 files changed, 72 insertions(+), 72 deletions(-) diff --git a/ai_caller_service_v1/AI_service/requirements.txt b/ai_caller_service_v1/AI_service/requirements.txt index e2825d7..2e65761 100644 --- a/ai_caller_service_v1/AI_service/requirements.txt +++ b/ai_caller_service_v1/AI_service/requirements.txt @@ -1,38 +1,38 @@ -amqp==2.6.1 -asgiref==3.4.1 -awscli==1.22.14 -billiard==3.6.4.0 -boto3==1.20.14 -botocore==1.23.14 +amqp==5.1.1 +asgiref==3.5.2 +awscli==1.25.25 +billiard==4.0.0 +boto3==1.24.25 +botocore==1.27.25 celery==4.4.6 -certifi==2021.10.8 -charset-normalizer==2.0.9 -click==8.0.3 +certifi==2022.6.15 +charset-normalizer==2.1.0 +click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 -colorama==0.4.3 +colorama==0.4.5 Deprecated==1.2.13 Django==3.2.9 -django-filter==21.1 -djangorestframework==3.12.4 -docutils==0.15.2 +django-filter==22.1 +djangorestframework==3.13.1 +docutils==0.19 future==0.18.2 idna==3.3 -jmespath==0.10.0 -kombu==4.6.10 -prompt-toolkit==3.0.23 +jmespath==1.0.1 +kombu==5.2.4 +prompt-toolkit==3.0.30 pyasn1==0.4.8 python-dateutil==2.8.2 -pytz==2021.3 -PyYAML==5.4.1 -redis==4.0.2 -requests==2.26.0 -rsa==4.7.2 -s3transfer==0.5.0 +pytz==2022.1 +PyYAML==6.0 +redis==4.3.4 +requests==2.28.1 +rsa==4.8 +s3transfer==0.6.0 six==1.16.0 sqlparse==0.4.2 -urllib3==1.26.7 -vine==1.3.0 +urllib3==1.26.10 +vine==5.0.0 wcwidth==0.2.5 -wrapt==1.13.3 +wrapt==1.14.1 diff --git a/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile b/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile index 7392cca..fb7f31a 100644 --- a/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile +++ b/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-bullseye +FROM python:3.10-bullseye WORKDIR /app ADD ./requirements.txt . diff --git a/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile b/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile index 758f81a..c23dc67 100644 --- a/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile +++ b/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-bullseye +FROM python:3.10-bullseye RUN apt-get update RUN apt-get install -y \ diff --git a/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt b/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt index 11ea67d..3d69bc3 100644 --- a/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt +++ b/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt @@ -1,7 +1,7 @@ requests numpy -opencv-python==4.5.4.58 -Pillow==9.0.1 -scikit-image==0.18.3 -scipy==1.7.2 -imageio==2.10.4 \ No newline at end of file +opencv-python==4.6.0.66 +Pillow==9.2.0 +scikit-image==0.19.3 +scipy==1.8.1 +imageio==2.19.3 \ No newline at end of file diff --git a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt index d09f382..0345d15 100644 --- a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt +++ b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt @@ -1,6 +1,6 @@ numpy -Pillow==9.0.1 -scikit-image==0.18.3 -opencv-python==4.5.4.58 -scipy==1.7.2 -imageio==2.10.4 \ No newline at end of file +Pillow==9.2.0 +scikit-image==0.19.3 +opencv-python==4.6.0.66 +scipy==1.8.1 +imageio==2.19.3 \ No newline at end of file diff --git a/download_service/requirements.txt b/download_service/requirements.txt index d0b107a..cb22549 100644 --- a/download_service/requirements.txt +++ b/download_service/requirements.txt @@ -1,49 +1,49 @@ -amqp==5.0.9 -awscli==1.22.39 -billiard==3.6.4.0 -boto3==1.20.39 -botocore==1.23.39 +amqp==5.1.1 +awscli==1.25.25 +billiard==4.0.0 +boto3==1.24.25 +botocore==1.27.25 cached-property==1.5.2 -celery==5.2.3 -cffi==1.15.0 -click==8.0.3 +celery==5.2.7 +cffi==1.15.1 +click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 -colorama==0.4.3 -cryptography==36.0.1 +colorama==0.4.5 +cryptography==37.0.4 Deprecated==1.2.13 -docutils==0.15.2 -Flask==2.0.2 +docutils==0.19 +Flask==2.1.2 Flask-Cors==3.0.10 -flower==1.0.0 +flower==1.1.0 gunicorn==20.1.0 -humanize==3.13.1 -importlib-metadata==4.10.1 -itsdangerous==2.0.1 -Jinja2==3.0.3 -jmespath==0.10.0 -kombu==5.2.3 -MarkupSafe==2.0.1 +humanize==4.2.3 +importlib-metadata==4.12.0 +itsdangerous==2.1.2 +Jinja2==3.1.2 +jmespath==1.0.1 +kombu==5.2.4 +MarkupSafe==2.1.1 packaging==21.3 -prometheus-client==0.12.0 -prompt-toolkit==3.0.24 +prometheus-client==0.14.1 +prompt-toolkit==3.0.30 pyasn1==0.4.8 pycparser==2.21 -pyOpenSSL==21.0.0 -pyparsing==3.0.7 +pyOpenSSL==22.0.0 +pyparsing==3.0.9 python-dateutil==2.8.2 -pytz==2021.3 -PyYAML==5.4.1 -redis==4.1.1 -rsa==4.7.2 -s3transfer==0.5.0 +pytz==2022.1 +PyYAML==6.0 +redis==4.3.4 +rsa==4.8 +s3transfer==0.6.0 six==1.16.0 -tornado==6.1 -typing-extensions==4.0.1 -urllib3==1.26.8 +tornado==6.2 +typing-extensions==4.3.0 +urllib3==1.26.10 vine==5.0.0 wcwidth==0.2.5 -Werkzeug==2.0.2 -wrapt==1.13.3 -zipp==3.7.0 \ No newline at end of file +Werkzeug==2.1.2 +wrapt==1.14.1 +zipp==3.8.0 \ No newline at end of file