8000 fix(deps): update all dependencies · googleapis/python-bigquery@7fe4a40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fe4a40

Browse files
committed
fix(deps): update all dependencies
1 parent 12490f2 commit 7fe4a40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.13'
3333
- name: Install nox
3434
run: |
3535
python -m pip install --upgrade setuptools pip wheel

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ipywidgets = ["ipywidgets >= 7.7.1", "ipykernel >= 6.2.0"]
8383
geopandas = ["geopandas >= 0.9.0, < 2.0.0", "Shapely >= 1.8.4, < 3.0.0"]
8484
ipython = ["ipython >= 7.23.1", "bigquery-magics >= 0.6.0"]
8585
matplotlib = [
86-
"matplotlib >= 3.7.1, <= 3.9.2; python_version == '3.9'",
86+
"matplotlib >=3.10.3, <=3.10.3; python_version == '3.9'",
8787
"matplotlib >= 3.10.3; python_version >= '3.10'",
8888
]
8989
tqdm = ["tqdm >= 4.23.4, < 5.0.0"]

samples/geography/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fiona==1.10.1
1111
geojson==3.2.0
1212
geopandas==1.0.1
1313
google-api-core==2.24.2
14-
google-auth==2.40.1
14+
google-auth==2.40.2
1515
google-cloud-bigquery==3.33.0
1616
google-cloud-bigquery-storage==2.31.0
1717
google-cloud-core==2.4.3

0 commit comments

Comments
 (0)
0