We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4803533 commit 33ba1b0Copy full SHA for 33ba1b0
4 files changed
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
working-directory: ./scripts
84
85
- name: Create PR
86
- uses: actions/github-script@v6.4.0
+ uses: actions/github-script@v6.4.1
87
with:
88
github-token: ${{secrets.YOSHI_CODE_BOT_TOKEN}}
89
script: |
samples/compute/requirements-test.txt
@@ -1,2 +1,2 @@
1
-pytest==7.2.1
+pytest==7.2.2
2
flaky==3.7.0
samples/compute/requirements.txt
@@ -1,3 +1,3 @@
-google-api-python-client==2.80.0
-google-auth==2.16.1
+google-api-python-client==2.84.0
+google-auth==2.17.2
3
google-auth-httplib2==0.1.0
scripts/requirements.txt
@@ -1 +1 @@
-pandas==1.5.3
+pandas==2.0.0
0 commit comments