Skip to content

Commit

Permalink
chore(deps): update all dependencies (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 12, 2023
1 parent 2ac8f89 commit f77f51d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
working-directory: ./scripts

- name: Create PR
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
github-token: ${{secrets.YOSHI_CODE_BOT_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion samples/compute/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.4.2
pytest==7.4.3
flaky==3.7.0
4 changes: 2 additions & 2 deletions samples/compute/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.102.0
google-auth==2.23.2
google-api-python-client==2.110.0
google-auth==2.25.2
google-auth-httplib2==0.1.1
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pandas==2.1.1
pandas==2.1.4

0 comments on commit f77f51d

Please sign in to comment.