Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
chore: upgrade dependencies (#808)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* fix(odk): pyxform<1 (breaking changes)

* chore: last upgrades
  • Loading branch information
obdulia-losantos authored Feb 19, 2020
1 parent c97893f commit 9355f29
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 26 deletions.
16 changes: 8 additions & 8 deletions aether-kernel/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,17 +45,17 @@ 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
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
Expand Down Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion aether-odk-module/conf/pip/primary-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ aether.sdk[cache,server,storage,test]
# xForm and data manipulation
lxml
python-dateutil
pyxform
# BREAKING CHANGES
pyxform<1
spavro
10 changes: 5 additions & 5 deletions aether-odk-module/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions aether-producer/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions aether-ui/aether/ui/assets/css/base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions aether-ui/aether/ui/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions aether-ui/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions docker-compose-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
image: postgres:10-alpine
environment:
PGUSER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
healthcheck:
test: pg_isready
interval: 2s
Expand Down

0 comments on commit 9355f29

Please sign in to comment.