Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}

- name: Check out main branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: refs/heads/main
repository: 'yoshi-code-bot/google-api-python-client'
Expand All @@ -51,9 +51,9 @@ jobs:
git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}

- name: Set up Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.13

- name: Install google-api-python-client
run: pip3 install -e .
Expand Down
4 changes: 2 additions & 2 deletions samples/compute/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.4.2; python_version == '3.7'
pytest==8.4.2; python_version >= '3.8'
flaky==3.8.1

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.134.0
google-auth==2.30.0
google-api-python-client==2.184.0
google-auth==2.41.1
google-auth-httplib2==0.2.0
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pandas==2.2.2
pandas==2.3.3