Skip to content

Commit 675847c

Browse files
committed
chore(deps): update all dependencies
1 parent 7cc5bf1 commit 675847c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
working-directory: ./scripts
8484

8585
- name: Create PR
86-
uses: actions/github-script@v6.4.1
86+
uses: actions/github-script@v7.0.1
8787
with:
8888
github-token: ${{secrets.YOSHI_CODE_BOT_TOKEN}}
8989
script: |

samples/compute/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.4.2
1+
pytest==7.4.3
22
flaky==3.7.0

samples/compute/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==2.102.0
2-
google-auth==2.23.2
1+
google-api-python-client==2.109.0
2+
google-auth==2.25.0
33
google-auth-httplib2==0.1.1

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pandas==2.1.1
1+
pandas==2.1.3

0 commit comments

Comments
 (0)