This repository was archived by the owner on Nov 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Setup Python
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : " 3.10 "
15+ python-version : " 3.13 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
2828 - name : Setup Python
2929 uses : actions/setup-python@v5
3030 with :
31- python-version : " 3.10 "
31+ python-version : " 3.13 "
3232 - name : Install nox
3333 run : |
3434 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 1212 - name : Setup Python
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : " 3.8 "
15+ python-version : " 3.13 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 11pytest===7.4.3; python_version == '3.7'
2- pytest==8.3.5 ; python_version >= '3.8'
2+ pytest==8.4.0 ; python_version >= '3.8'
Original file line number Diff line number Diff line change 11pytest===7.4.3; python_version == '3.7'
2- pytest==8.3.5 ; python_version >= '3.8'
2+ pytest==8.4.0 ; python_version >= '3.8'
Original file line number Diff line number Diff line change 11google-cloud-testutils==1.6.4
22pytest===7.4.3; python_version == '3.7'
3- pytest==8.3.5 ; python_version >= '3.8'
3+ pytest==8.4.0 ; python_version >= '3.8'
Original file line number Diff line number Diff line change 11pytest===7.4.3; python_version == '3.7'
2- pytest==8.3.5 ; python_version >= '3.8'
2+ pytest==8.4.0 ; python_version >= '3.8'
Original file line number Diff line number Diff line change 1- google-auth == 2.40.2
1+ google-auth == 2.40.3
22google-cloud-bigquery-storage == 2.32.0
33google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
44google-cloud-bigquery == 3.34.0 ; python_version >= '3.9'
@@ -9,11 +9,11 @@ ipython===7.31.1; python_version == '3.7'
99ipython === 8.10.0 ; python_version == '3.8'
1010ipython === 8.18.1 ; python_version == '3.9'
1111ipython === 8.33.0 ; python_version == '3.10'
12- ipython == 9.2 .0 ; python_version >= '3.11'
12+ ipython == 9.3 .0 ; python_version >= '3.11'
1313ipywidgets == 8.1.7
1414pandas === 1.3.5 ; python_version == '3.7'
1515pandas === 2.0.3 ; python_version == '3.8'
16- pandas == 2.2.3 ; python_version >= '3.9'
16+ pandas == 2.3.0 ; python_version >= '3.9'
1717tqdm == 4.67.1
1818db-dtypes === 1.4.2 ; python_version < = '3.8'
1919db-dtypes == 1.4.3 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments