diff --git a/.github/workflows/diffgram_testing.yaml b/.github/workflows/diffgram_testing.yaml index 70b2a5b35..d944ef536 100644 --- a/.github/workflows/diffgram_testing.yaml +++ b/.github/workflows/diffgram_testing.yaml @@ -175,7 +175,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." @@ -200,6 +200,6 @@ jobs: - run: cd frontend - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: yarn --cwd frontend install - run: yarn --cwd frontend run test:unit diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index ed9512305..4e1353cb8 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -81,14 +81,14 @@ jobs: - /__w/diffgram/diffgram/myminio/.minio/data:/root/.minio options: --health-cmd "curl -s http://localhost:9000/minio/health/live" steps: - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: cp -rf . /__w/diffgram - run: cd /__w/diffgram - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." @@ -152,4 +152,4 @@ jobs: SERVICE_ACCOUNT_FULL_PATH: /gcp/gcloud-service-key.json DIFFGRAM_HOST_OS: ${{ secrets.DIFFGRAM_HOST_OS }} DIFFGRAM_VERSION_TAG: 0.0.1 - DIFFGRAM_INSTALL_FINGERPRINT: ${{ secrets.DIFFGRAM_INSTALL_FINGERPRINT }} \ No newline at end of file + DIFFGRAM_INSTALL_FINGERPRINT: ${{ secrets.DIFFGRAM_INSTALL_FINGERPRINT }} diff --git a/default/requirements.txt b/default/requirements.txt index 626e9fb6f..84eb79361 100644 --- a/default/requirements.txt +++ b/default/requirements.txt @@ -25,7 +25,7 @@ colorlog==4.2.1 boto3==1.16.4 alembic==1.11.1 sqlalchemy-utils==0.41.1 -azure-storage-blob==12.8.0 +azure-storage-blob==12.13.0 lark lark-parser SQLAlchemy-serializer==1.4.1 diff --git a/eventhandlers/requirements.txt b/eventhandlers/requirements.txt index 4d26f661b..e8dd1cd6e 100644 --- a/eventhandlers/requirements.txt +++ b/eventhandlers/requirements.txt @@ -19,7 +19,7 @@ analytics-python==1.2.9 cryptography==42.0.4 colorlog==4.2.1 boto3==1.16.4 -azure-storage-blob==12.8.0 +azure-storage-blob==12.13.0 lark SQLAlchemy-serializer==1.4.1 newrelic diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ff0420b58..ed7ef3eae 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 as builder +FROM node:18 as builder ENV DOCKER_CONTEXT=True diff --git a/requirements.txt b/requirements.txt index 8fb930632..873c3e9a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ boto3==1.18.1 google-cloud-storage==1.35.1 google-api-python-client==1.12.3 google-cloud-aiplatform -azure-storage-blob==12.8.1 +azure-storage-blob==12.13.0 python-dotenv==1.0.0 jwt \ No newline at end of file diff --git a/walrus/requirements.txt b/walrus/requirements.txt index 2f269c45a..a2b76b3d8 100644 --- a/walrus/requirements.txt +++ b/walrus/requirements.txt @@ -2,7 +2,7 @@ grpcio==1.54.3 oauth2client==4.1.3 Flask==2.2.5 sqlalchemy==1.4.48 -gunicorn==20.0.4 +gunicorn==22.0.0 psycopg2-binary==2.9.6 numpy==1.24.3 scipy==1.10.1 @@ -27,7 +27,7 @@ colorlog==4.2.1 labelbox==3.47.1 boto3==1.16.63 alembic==1.4.2 -azure-storage-blob==12.8.0 +azure-storage-blob==12.13.0 git+https://github.com/diffgram/pypcd psutil==5.6.6 SQLAlchemy-serializer==1.4.1