Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
Comment thread
chalmerlowe marked this conversation as resolved.
Outdated
- name: Install nox
run: |
python -m pip install --upgrade setuptools pip wheel
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
Comment thread
chalmerlowe marked this conversation as resolved.
Outdated
- name: Install nox
run: |
python -m pip install --upgrade setuptools pip wheel
Expand Down
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.6.2
google-cloud-testutils==1.6.4
pytest==8.3.5
mock==5.2.0
pytest-xdist==3.6.1
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==3.32.0
google-cloud-bigquery==3.33.0
google-auth-oauthlib==1.2.2
6 changes: 3 additions & 3 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2025.4.26
cffi==1.17.1
charset-normalizer==3.4.2
click===8.1.8; python_version == '3.9'
click==8.2.0; python_version >= '3.10'
click==8.2.1; python_version >= '3.10'
click-plugins==1.1.1
cligj==0.7.2
db-dtypes==1.4.3
Expand All @@ -12,7 +12,7 @@ geojson==3.2.0
geopandas==1.0.1
google-api-core==2.24.2
google-auth==2.40.1
google-cloud-bigquery==3.32.0
google-cloud-bigquery==3.33.0
google-cloud-bigquery-storage==2.31.0
google-cloud-core==2.4.3
google-crc32c==1.7.1
Expand All @@ -36,7 +36,7 @@ PyYAML==6.0.2
requests==2.32.3
rsa==4.9.1
Shapely===2.0.7; python_version == '3.9'
Shapely==2.1.0; python_version >= '3.10'
Shapely==2.1.1; python_version >= '3.10'
six==1.17.0
typing-extensions==4.13.2
typing-inspect==0.9.0
Expand Down
2 changes: 1 addition & 1 deletion samples/magics/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.6.2
google-cloud-testutils==1.6.4
pytest==8.3.5
mock==5.2.0
pytest-xdist==3.6.1
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bigquery_magics==0.9.0
bigquery_magics==0.10.0
db-dtypes==1.4.3
google.cloud.bigquery==3.32.0
google.cloud.bigquery==3.33.0
google-cloud-bigquery-storage==2.31.0
ipython===8.18.1
pandas==2.2.3
2 changes: 1 addition & 1 deletion samples/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.6.2
google-cloud-testutils==1.6.4
pytest==8.3.5
mock==5.2.0
pytest-xdist==3.6.1
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bigquery-magics==0.9.0
bigquery-magics==0.10.0
db-dtypes==1.4.3
google-cloud-bigquery==3.32.0
google-cloud-bigquery==3.33.0
google-cloud-bigquery-storage==2.31.0
ipython===8.18.1; python_version == '3.9'
ipython==9.2.0; python_version >= '3.10'
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# samples/snippets should be runnable with no "extras"
google-cloud-testutils==1.6.2
google-cloud-testutils==1.6.4
pytest==8.3.5
mock==5.2.0
pytest-xdist==3.6.1
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# samples/snippets should be runnable with no "extras"
google-cloud-bigquery==3.32.0
google-cloud-bigquery==3.33.0
Loading