From 1f76c9463bb787e6e32008ee441914230622fb62 Mon Sep 17 00:00:00 2001 From: Obdulia Losantos Date: Fri, 4 Jun 2021 10:07:46 +0200 Subject: [PATCH] chore: upgrade dependencies (#950) --- .travis.yml | 12 ++++++------ README.md | 4 ++-- aether-kernel/conf/pip/requirements.txt | 4 ++-- aether-odk-module/conf/pip/requirements.txt | 4 ++-- aether-ui/aether/ui/assets/package.json | 2 +- aether-ui/conf/pip/requirements.txt | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 408ab10bf..a8eb85bf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,27 +24,27 @@ after_failure: ./scripts/test_travis_failure.sh ${TEST_MODE:-} jobs: fast_finish: true include: - - name: "Aether CORE tests (Extractor, Kernel, Producer)" + - name: Aether CORE tests (Extractor, Kernel, Producer) stage: test env: 'TEST_MODE=core' - - name: "Aether modules tests (ODK)" + - name: Aether modules tests (ODK) stage: test env: 'TEST_MODE=modules' - - name: "Aether UI tests (UI Module)" + - name: Aether UI tests (UI Module) stage: test env: 'TEST_MODE=ui' - - name: "Integration tests (Kernel with Kafka/Zookeeper and Client)" + - name: Integration tests (Kernel with Kafka/Zookeeper and Client) stage: test env: 'TEST_MODE=integration' - - name: "Test deployment process" + - name: Test deployment process stage: test script: ./scripts/test_deployment.sh - - name: "Publish images in Docker Hub" + - name: Publish images in Docker Hub stage: deploy script: ./scripts/release.sh if: | diff --git a/README.md b/README.md index 75b51ad16..ae37f6510 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Also check the aether sdk section about [environment variables](https://github.c - `APP_URL`, `/`. The app url in the server. If host is `http://my-server.org` and the app url is `/my-module`, -the app enpoints will be accessible at `http://my-server.org/my-module/...`. +the app endpoints will be accessible at `http://my-server.org/my-module/...`. ```nginx # one NGINX ini file for all modules @@ -323,7 +323,7 @@ We have a couple of environment variables to tune it up: #### Aether generic - `ADMIN_USERNAME`: `admin` The setup scripts create an initial admin user for the app. -- `ADMIN_PASSWORD`: `secresecret`. +- `ADMIN_PASSWORD`: `secretsecret`. - `ADMIN_TOKEN`: `admin_user_auth_token` Used to connect from other modules. - `WEB_SERVER_PORT` Web server port for the app. diff --git a/aether-kernel/conf/pip/requirements.txt b/aether-kernel/conf/pip/requirements.txt index eeb50f358..8a9affa9b 100644 --- a/aether-kernel/conf/pip/requirements.txt +++ b/aether-kernel/conf/pip/requirements.txt @@ -18,8 +18,8 @@ asgiref==3.3.4 attrs==21.2.0 autopep8==1.5.7 avro-python3==1.10.2 -boto3==1.17.86 -botocore==1.20.86 +boto3==1.17.87 +botocore==1.20.87 cachetools==4.2.2 certifi==2021.5.30 cffi==1.14.5 diff --git a/aether-odk-module/conf/pip/requirements.txt b/aether-odk-module/conf/pip/requirements.txt index df2e1db65..e1d338abe 100644 --- a/aether-odk-module/conf/pip/requirements.txt +++ b/aether-odk-module/conf/pip/requirements.txt @@ -15,8 +15,8 @@ aether.sdk==1.3.8 asgiref==3.3.4 autopep8==1.5.7 -boto3==1.17.86 -botocore==1.20.86 +boto3==1.17.87 +botocore==1.20.87 cachetools==4.2.2 certifi==2021.5.30 cffi==1.14.5 diff --git a/aether-ui/aether/ui/assets/package.json b/aether-ui/aether/ui/assets/package.json index 9acfe6ee7..dd2caa4b5 100644 --- a/aether-ui/aether/ui/assets/package.json +++ b/aether-ui/aether/ui/assets/package.json @@ -28,7 +28,7 @@ "react": "~16.14.0", "react-clipboard.js": "~2.0.16", "react-dom": "~16.14.0", - "react-intl": "~5.18.0", + "react-intl": "~5.19.0", "react-outside-click-handler": "~1.3.0", "react-redux": "~7.2.0", "react-router-dom": "~5.2.0", diff --git a/aether-ui/conf/pip/requirements.txt b/aether-ui/conf/pip/requirements.txt index 0fcfce5af..64b769303 100644 --- a/aether-ui/conf/pip/requirements.txt +++ b/aether-ui/conf/pip/requirements.txt @@ -15,8 +15,8 @@ aether.sdk==1.3.8 asgiref==3.3.4 autopep8==1.5.7 -boto3==1.17.86 -botocore==1.20.86 +boto3==1.17.87 +botocore==1.20.87 cachetools==4.2.2 certifi==2021.5.30 cffi==1.14.5