Skip to content

Commit f77f51d

Browse files
authored
chore(deps): update all dependencies (#2275)
1 parent 2ac8f89 commit f77f51d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}
4242
4343
- name: Set up Python 3.9
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: 3.9
4747

@@ -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.110.0
2+
google-auth==2.25.2
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.4

0 commit comments

Comments
 (0)