From d05c042a6e4dffeac556d117f30a7b52f4e2b98f Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Sun, 24 Oct 2021 16:30:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Combined=20updates=20(#884?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⬆️ Batch updating dependencies - Bump click from 8.0.1 to 8.0.3 #865 - Bump pyyaml from 5.4.1 to 6.0 #863 - Bump scipy from 1.7.0 to 1.7.1 #761 - Bump actions/github-script from 4 to 5 #845 - Bump rich from 10.9.0 to 10.12.0 #850 --- .github/workflows/binder-on-pr.yml | 4 ++-- .github/workflows/pr_benchmark_reaction.yml | 2 +- requirements_dev.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/binder-on-pr.yml b/.github/workflows/binder-on-pr.yml index dcd80fd12..f0517b749 100644 --- a/.github/workflows/binder-on-pr.yml +++ b/.github/workflows/binder-on-pr.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - name: comment on PR with Binder link - uses: actions/github-script@v4 + uses: actions/github-script@v5 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | var PR_HEAD_USERREPO = process.env.PR_HEAD_USERREPO; var PR_HEAD_REF = process.env.PR_HEAD_REF; - github.issues.createComment({ + github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, diff --git a/.github/workflows/pr_benchmark_reaction.yml b/.github/workflows/pr_benchmark_reaction.yml index eb51ba0f8..f9c93a6e1 100644 --- a/.github/workflows/pr_benchmark_reaction.yml +++ b/.github/workflows/pr_benchmark_reaction.yml @@ -17,7 +17,7 @@ jobs: github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifact - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v5 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ diff --git a/requirements_dev.txt b/requirements_dev.txt index 90067127f..a33e926ec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,12 +5,12 @@ wheel>=0.30.0 # glotaran setup dependencies asteval==0.9.25 numpy==1.20.3 -scipy==1.7.0 -click==8.0.1 -rich==10.9.0 +scipy==1.7.1 +click==8.0.3 +rich==10.12.0 numba==0.54.1 pandas==1.3.4 -pyyaml==5.4.1 +pyyaml==6.0 xarray==0.19.0 netCDF4==1.5.7 setuptools==41.2