Skip to content

Commit

Permalink
⬆️ Combined updates (#884)
Browse files Browse the repository at this point in the history
⬆️ 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
  • Loading branch information
s-weigand authored Oct 24, 2021
1 parent 5cdf023 commit d05c042
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binder-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_benchmark_reaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d05c042

Please sign in to comment.