diff --git a/aether-kernel/conf/pip/requirements.txt b/aether-kernel/conf/pip/requirements.txt index 3187fb78c..99cd3cecb 100644 --- a/aether-kernel/conf/pip/requirements.txt +++ b/aether-kernel/conf/pip/requirements.txt @@ -16,11 +16,11 @@ aether.python==1.0.17 aether.sdk==1.2.20 attrs==19.3.0 autopep8==1.5 -boto3==1.11.12 -botocore==1.14.12 +boto3==1.12.2 +botocore==1.15.2 cachetools==4.0.0 certifi==2019.11.28 -cffi==1.13.2 +cffi==1.14.0 chardet==3.0.4 configparser==4.0.2 coreapi==2.3.3 @@ -45,7 +45,7 @@ django-uwsgi==0.2.2 djangorestframework==3.11.0 docutils==0.15.2 drf-dynamic-fields==0.3.1 -drf-yasg==1.17.0 +drf-yasg==1.17.1 eha-jsonpath==0.5.1 entrypoints==0.3 et-xmlfile==1.0.1 @@ -53,9 +53,9 @@ flake8==3.7.9 flake8-quotes==2.1.1 funcy==1.14 google-api-core==1.16.0 -google-auth==1.11.0 +google-auth==1.11.2 google-cloud-core==1.3.0 -google-cloud-storage==1.25.0 +google-cloud-storage==1.26.0 google-resumable-media==0.5.0 googleapis-common-protos==1.51.0 gprof2dot==2019.11.30 @@ -93,7 +93,7 @@ pytz==2019.3 redis==3.4.1 requests==2.22.0 rsa==4.0 -ruamel.yaml==0.16.7 +ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 s3transfer==0.3.3 sentry-sdk==0.14.1 @@ -104,4 +104,4 @@ tblib==1.6.0 uritemplate==3.0.1 urllib3==1.25.8 uWSGI==2.0.18 -zipp==2.1.0 +zipp==3.0.0 diff --git a/aether-odk-module/conf/pip/primary-requirements.txt b/aether-odk-module/conf/pip/primary-requirements.txt index 310f6ce68..95b6663ae 100644 --- a/aether-odk-module/conf/pip/primary-requirements.txt +++ b/aether-odk-module/conf/pip/primary-requirements.txt @@ -22,5 +22,6 @@ aether.sdk[cache,server,storage,test] # xForm and data manipulation lxml python-dateutil -pyxform +# BREAKING CHANGES +pyxform<1 spavro diff --git a/aether-odk-module/conf/pip/requirements.txt b/aether-odk-module/conf/pip/requirements.txt index ffb833320..d35c82965 100644 --- a/aether-odk-module/conf/pip/requirements.txt +++ b/aether-odk-module/conf/pip/requirements.txt @@ -14,11 +14,11 @@ aether.sdk==1.2.20 autopep8==1.5 -boto3==1.11.12 -botocore==1.14.12 +boto3==1.12.2 +botocore==1.15.2 cachetools==4.0.0 certifi==2019.11.28 -cffi==1.13.2 +cffi==1.14.0 chardet==3.0.4 configparser==4.0.2 coverage==5.0.3 @@ -43,9 +43,9 @@ flake8-quotes==2.1.1 FormEncode==1.3.1 funcy==1.14 google-api-core==1.16.0 -google-auth==1.11.0 +google-auth==1.11.2 google-cloud-core==1.3.0 -google-cloud-storage==1.25.0 +google-cloud-storage==1.26.0 google-resumable-media==0.5.0 googleapis-common-protos==1.51.0 gprof2dot==2019.11.30 diff --git a/aether-producer/conf/pip/requirements.txt b/aether-producer/conf/pip/requirements.txt index 9fbe1ce5e..7b26d7ec2 100644 --- a/aether-producer/conf/pip/requirements.txt +++ b/aether-producer/conf/pip/requirements.txt @@ -14,7 +14,7 @@ attrs==19.3.0 certifi==2019.11.28 -cffi==1.13.2 +cffi==1.14.0 chardet==3.0.4 Click==7.0 confluent-kafka==1.3.0 @@ -50,4 +50,4 @@ SQLAlchemy==1.3.13 urllib3==1.25.8 wcwidth==0.1.8 Werkzeug==1.0.0 -zipp==2.1.0 +zipp==3.0.0 diff --git a/aether-ui/aether/ui/assets/css/base/_fonts.scss b/aether-ui/aether/ui/assets/css/base/_fonts.scss index dcd3b20f0..3b59d8991 100644 --- a/aether-ui/aether/ui/assets/css/base/_fonts.scss +++ b/aether-ui/aether/ui/assets/css/base/_fonts.scss @@ -26,7 +26,7 @@ /* Font Awesome 5 https://fontawesome.com/ */ -@import url('https://use.fontawesome.com/releases/v5.12.0/css/fontawesome.css'); -@import url('https://use.fontawesome.com/releases/v5.12.0/css/solid.css'); +@import url('https://use.fontawesome.com/releases/v5.12.1/css/fontawesome.css'); +@import url('https://use.fontawesome.com/releases/v5.12.1/css/solid.css'); // sass-lint:disable no-url-domains no-url-protocols diff --git a/aether-ui/aether/ui/assets/package.json b/aether-ui/aether/ui/assets/package.json index bba0ef513..7db4c1ae4 100644 --- a/aether-ui/aether/ui/assets/package.json +++ b/aether-ui/aether/ui/assets/package.json @@ -29,9 +29,9 @@ "react": "~16.12.0", "react-clipboard.js": "~2.0.16", "react-dom": "~16.12.0", - "react-intl": "~3.11.0", + "react-intl": "~3.12.0", "react-outside-click-handler": "~1.3.0", - "react-redux": "~7.1.0", + "react-redux": "~7.2.0", "react-router-dom": "~5.1.0", "redux": "~4.0.0", "redux-thunk": "~2.3.0", @@ -52,7 +52,7 @@ "express": "~4.17.0", "jest": "~25.1.0", "mini-css-extract-plugin": "~0.9.0", - "nock": "~11.7.0", + "nock": "~12.0.0", "node-fetch": "~2.6.0", "node-sass": "~4.13.0", "react-hot-loader": "~4.12.0", diff --git a/aether-ui/conf/pip/requirements.txt b/aether-ui/conf/pip/requirements.txt index 4e77eff62..c3bbbde1d 100644 --- a/aether-ui/conf/pip/requirements.txt +++ b/aether-ui/conf/pip/requirements.txt @@ -14,11 +14,11 @@ aether.sdk==1.2.20 autopep8==1.5 -boto3==1.11.12 -botocore==1.14.12 +boto3==1.12.2 +botocore==1.15.2 cachetools==4.0.0 certifi==2019.11.28 -cffi==1.13.2 +cffi==1.14.0 chardet==3.0.4 configparser==4.0.2 coverage==5.0.3 @@ -44,9 +44,9 @@ flake8==3.7.9 flake8-quotes==2.1.1 funcy==1.14 google-api-core==1.16.0 -google-auth==1.11.0 +google-auth==1.11.2 google-cloud-core==1.3.0 -google-cloud-storage==1.25.0 +google-cloud-storage==1.26.0 google-resumable-media==0.5.0 googleapis-common-protos==1.51.0 gprof2dot==2019.11.30 diff --git a/docker-compose-base.yml b/docker-compose-base.yml index 144d742ab..0d44d50d2 100644 --- a/docker-compose-base.yml +++ b/docker-compose-base.yml @@ -25,6 +25,7 @@ services: image: postgres:10-alpine environment: PGUSER: postgres + POSTGRES_HOST_AUTH_METHOD: trust healthcheck: test: pg_isready interval: 2s