Skip to content

Commit 4a1ff52

Browse files
chore(deps): update all dependencies (#1835)
* chore(deps): update all dependencies * Update samples/magics/requirements-test.txt * Update samples/notebooks/requirements.txt * Update samples/magics/requirements.txt update. * Update samples/desktopapp/requirements-test.txt * Update samples/geography/requirements-test.txt * Update samples/notebooks/requirements-test.txt * Update samples/snippets/requirements-test.txt --------- Co-authored-by: Chalmer Lowe <[email protected]>
1 parent 6dff50f commit 4a1ff52

File tree

10 files changed

+34
-29
lines changed

10 files changed

+34
-29
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
google-cloud-testutils==1.4.0
2-
pytest==7.4.3
2+
pytest==7.4.4; python_version == '3.7'
3+
pytest==8.1.1; python_version >= '3.8'
34
mock==5.1.0

samples/desktopapp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.14.1
1+
google-cloud-bigquery==3.18.0
22
google-auth-oauthlib==1.2.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
pytest==7.4.3
1+
pytest==7.4.4; python_version == '3.7'
2+
pytest==8.1.1; python_version >= '3.8'
23
mock==5.1.0

samples/geography/requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
attrs==23.1.0
2-
certifi==2023.11.17
1+
attrs==23.2.0
2+
certifi==2024.2.2
33
cffi===1.15.1; python_version == '3.7'
44
cffi==1.16.0; python_version >= '3.8'
55
charset-normalizer==3.3.2
@@ -8,43 +8,43 @@ click-plugins==1.1.1
88
cligj==0.7.2
99
dataclasses==0.8; python_version < '3.7'
1010
db-dtypes==1.2.0
11-
Fiona==1.9.5
11+
Fiona==1.9.6
1212
geojson==3.1.0
1313
geopandas===0.10.2; python_version == '3.7'
1414
geopandas===0.13.2; python_version == '3.8'
15-
geopandas==0.14.1; python_version >= '3.9'
16-
google-api-core==2.15.0
17-
google-auth==2.25.2
18-
google-cloud-bigquery==3.14.1
15+
geopandas==0.14.3; python_version >= '3.9'
16+
google-api-core==2.17.1
17+
google-auth==2.28.2
18+
google-cloud-bigquery==3.18.0
1919
google-cloud-bigquery-storage==2.24.0
2020
google-cloud-core==2.4.1
2121
google-crc32c==1.5.0
2222
google-resumable-media==2.7.0
23-
googleapis-common-protos==1.62.0
24-
grpcio==1.60.0
23+
googleapis-common-protos==1.63.0
24+
grpcio==1.62.1
2525
idna==3.6
2626
munch==4.0.0
2727
mypy-extensions==1.0.0
28-
packaging==23.2
28+
packaging==24.0
2929
pandas===1.3.5; python_version == '3.7'
3030
pandas===2.0.3; python_version == '3.8'
31-
pandas==2.1.0; python_version >= '3.9'
31+
pandas==2.2.1; python_version >= '3.9'
3232
proto-plus==1.23.0
3333
pyarrow==12.0.1; python_version == '3.7'
34-
pyarrow==14.0.1; python_version >= '3.8'
34+
pyarrow==15.0.1; python_version >= '3.8'
3535
pyasn1==0.5.1
3636
pyasn1-modules==0.3.0
3737
pycparser==2.21
38-
pyparsing==3.1.1
39-
python-dateutil==2.8.2
40-
pytz==2023.3.post1
38+
pyparsing==3.1.2
39+
python-dateutil==2.9.0.post0
40+
pytz==2024.1
4141
PyYAML==6.0.1
4242
requests==2.31.0
4343
rsa==4.9
44-
Shapely==2.0.2
44+
Shapely==2.0.3
4545
six==1.16.0
4646
typing-extensions===4.7.1; python_version == '3.7'
47-
typing-extensions==4.9.0; python_version >= '3.8'
47+
typing-extensions==4.10.0; python_version >= '3.8'
4848
typing-inspect==0.9.0
4949
urllib3===1.26.18; python_version == '3.7'
5050
urllib3==2.2.1; python_version >= '3.8'

samples/magics/requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
google-cloud-testutils==1.4.0
2-
pytest==7.4.3
2+
pytest==7.4.4; python_version == '3.7'
3+
pytest==8.1.1; python_version >= '3.8'
34
mock==5.1.0

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
db-dtypes==1.2.0
2-
google.cloud.bigquery==3.14.1
2+
google.cloud.bigquery==3.18.0
33
google-cloud-bigquery-storage==2.24.0
44
ipython===7.31.1; python_version == '3.7'
55
ipython===8.0.1; python_version == '3.8'
66
ipython==8.18.1; python_version >= '3.9'
77
pandas===1.3.5; python_version == '3.7'
88
pandas===2.0.3; python_version == '3.8'
9-
pandas==2.1.0; python_version >= '3.9'
9+
pandas==2.2.1; python_version >= '3.9'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
google-cloud-testutils==1.4.0
2-
pytest==7.4.3
2+
pytest==7.4.4; python_version == '3.7'
3+
pytest==8.1.1; python_version >= '3.8'
34
mock==5.1.0

samples/notebooks/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
db-dtypes==1.2.0
2-
google-cloud-bigquery==3.14.1
2+
google-cloud-bigquery==3.18.0
33
google-cloud-bigquery-storage==2.24.0
44
ipython===7.31.1; python_version == '3.7'
55
ipython===8.0.1; python_version == '3.8'
66
ipython==8.18.1; python_version >= '3.9'
77
matplotlib===3.5.3; python_version == '3.7'
88
matplotlib===3.7.4; python_version == '3.8'
9-
matplotlib==3.8.2; python_version >= '3.9'
9+
matplotlib==3.8.3; python_version >= '3.9'
1010
pandas===1.3.5; python_version == '3.7'
1111
pandas===2.0.3; python_version == '3.8'
12-
pandas==2.1.0; python_version >= '3.9'
12+
pandas==2.2.1; python_version >= '3.9'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
google-cloud-testutils==1.4.0
2-
pytest==7.4.3
2+
pytest==7.4.4; python_version == '3.7'
3+
pytest==8.1.1; python_version >= '3.8'
34
mock==5.1.0

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-bigquery==3.14.1
1+
google-cloud-bigquery==3.18.0

0 commit comments

Comments
 (0)