Skip to content

Commit 6458bbd

Browse files
chore(deps): update all dependencies (#1549)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 9d8409b commit 6458bbd

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.2.2
2-
mock==5.0.1
1+
pytest==7.3.1
2+
mock==5.0.2

samples/geography/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
attrs==22.2.0
1+
attrs==23.1.0
22
certifi==2022.12.7
33
cffi==1.15.1
44
charset-normalizer==3.1.0
@@ -7,24 +7,24 @@ click-plugins==1.1.1
77
cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
99
db-dtypes==1.1.1
10-
Fiona==1.9.2
10+
Fiona==1.9.3
1111
geojson==3.0.1
1212
geopandas===0.10.2; python_version == '3.7'
1313
geopandas==0.12.2; python_version >= '3.8'
1414
google-api-core==2.11.0
15-
google-auth==2.17.2
15+
google-auth==2.17.3
1616
google-cloud-bigquery==3.9.0
1717
google-cloud-bigquery-storage==2.19.1
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
2020
google-resumable-media==2.4.1
2121
googleapis-common-protos==1.59.0
22-
grpcio==1.53.0
22+
grpcio==1.54.0
2323
idna==3.4
2424
libcst==0.4.9
2525
munch==2.5.0
2626
mypy-extensions==1.0.0
27-
packaging==23.0
27+
packaging==23.1
2828
pandas===1.3.5; python_version == '3.7'
2929
pandas==2.0.0; python_version >= '3.8'
3030
proto-plus==1.22.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.3
2-
pytest==7.2.2
3-
mock==5.0.1
2+
pytest==7.3.1
3+
mock==5.0.2

samples/magics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
db-dtypes==1.1.1
22
google-cloud-bigquery-storage==2.19.1
33
google-auth-oauthlib==1.0.0
4-
grpcio==1.53.0
4+
grpcio==1.54.0
55
ipywidgets==8.0.6
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.3
2-
pytest==7.2.2
3-
mock==5.0.1
2+
pytest==7.3.1
3+
mock==5.0.2

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ db-dtypes==1.1.1
22
google-cloud-bigquery==3.9.0
33
google-cloud-bigquery-storage==2.19.1
44
google-auth-oauthlib==1.0.0
5-
grpcio==1.53.0
5+
grpcio==1.54.0
66
ipywidgets==8.0.6
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'

0 commit comments

Comments
 (0)