Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2022
1 parent edcd492 commit 5e9db65
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 72 deletions.
50 changes: 25 additions & 25 deletions ai_caller_service_v1/AI_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.36
billiard==4.0.0
boto3==1.24.36
botocore==1.27.36
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.9
s3transfer==0.6.0
six==1.16.0
sqlparse==0.4.2
urllib3==1.26.7
vine==1.3.0
urllib3==1.26.11
vine==5.0.0
wcwidth==0.2.5
wrapt==1.13.3
wrapt==1.14.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-bullseye
FROM python:3.10-bullseye

WORKDIR /app
ADD ./requirements.txt .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-bullseye
FROM python:3.10-bullseye

RUN apt-get update
RUN apt-get install -y \
Expand Down
Original file line number Diff line number Diff line change
@@ -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
opencv-python==4.6.0.66
Pillow==9.2.0
scikit-image==0.19.3
scipy==1.8.1
imageio==2.19.5
Original file line number Diff line number Diff line change
@@ -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
Pillow==9.2.0
scikit-image==0.19.3
opencv-python==4.6.0.66
scipy==1.8.1
imageio==2.19.5
70 changes: 35 additions & 35 deletions download_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.36
billiard==4.0.0
boto3==1.24.36
botocore==1.27.36
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.3
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.9
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.11
vine==5.0.0
wcwidth==0.2.5
Werkzeug==2.0.2
wrapt==1.13.3
zipp==3.7.0
Werkzeug==2.2.0
wrapt==1.14.1
zipp==3.8.1

0 comments on commit 5e9db65

Please sign in to comment.