File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 40
40
GITHUB_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
41
41
42
42
- name : Check out main branch
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
ref : refs/heads/main
46
46
repository : ' yoshi-code-bot/google-api-python-client'
51
51
git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}
52
52
53
53
- name : Set up Python 3.9
54
- uses : actions/setup-python@v5
54
+ uses : actions/setup-python@v6
55
55
with :
56
- python-version : 3.9
56
+ python-version : 3.14
57
57
58
58
- name : Install google-api-python-client
59
59
run : pip3 install -e .
Original file line number Diff line number Diff line change 1
- pytest==7 .4.4 ; python_version == '3.7'
2
- pytest==8.2 .2; python_version >= '3.8'
1
+ pytest==8 .4.2 ; python_version == '3.7'
2
+ pytest==8.4 .2; python_version >= '3.8'
3
3
flaky==3.8.1
4
4
Original file line number Diff line number Diff line change 1
- google-api-python-client == 2.134 .0
2
- google-auth == 2.30.0
1
+ google-api-python-client == 2.184 .0
2
+ google-auth == 2.41.1
3
3
google-auth-httplib2 == 0.2.0
Original file line number Diff line number Diff line change 1
- pandas == 2.2.2
1
+ pandas == 2.3.3
You can’t perform that action at this time.
0 commit comments