Skip to content

Commit 073724c

Browse files
renovate-botpartheachalmerlowe
authored
1 parent b099c32 commit 073724c

File tree

10 files changed

+50
-46
lines changed

10 files changed

+50
-46
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.3.3
2-
pytest==7.4.0
1+
google-cloud-testutils==1.4.0
2+
pytest==7.4.3
33
mock==5.1.0

samples/desktopapp/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.11.4
2-
google-auth-oauthlib==1.0.0
1+
google-cloud-bigquery==3.14.1
2+
google-auth-oauthlib==1.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.4.0
1+
pytest==7.4.3
22
mock==5.1.0

samples/geography/requirements.txt

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,50 @@
11
attrs==23.1.0
2-
certifi==2023.7.22
3-
cffi==1.15.1
4-
charset-normalizer==3.2.0
5-
click==8.1.6
2+
certifi==2023.11.17
3+
cffi===1.15.1; python_version == '3.7'
4+
cffi==1.16.0; python_version >= '3.8'
5+
charset-normalizer==3.3.2
6+
click==8.1.7
67
click-plugins==1.1.1
78
cligj==0.7.2
89
dataclasses==0.8; python_version < '3.7'
9-
db-dtypes==1.1.1
10+
db-dtypes==1.2.0
1011
Fiona==1.9.5
1112
geojson==3.1.0
1213
geopandas===0.10.2; python_version == '3.7'
13-
geopandas==0.13.2; python_version == '3.8'
14+
geopandas===0.13.2; python_version == '3.8'
1415
geopandas==0.14.1; python_version >= '3.9'
15-
google-api-core==2.11.1
16+
google-api-core==2.15.0
1617
google-auth==2.25.2
17-
google-cloud-bigquery==3.11.4
18-
google-cloud-bigquery-storage==2.22.0
19-
google-cloud-core==2.3.3
18+
google-cloud-bigquery==3.14.1
19+
google-cloud-bigquery-storage==2.24.0
20+
google-cloud-core==2.4.1
2021
google-crc32c==1.5.0
21-
google-resumable-media==2.5.0
22-
googleapis-common-protos==1.60.0
23-
grpcio==1.59.0
24-
idna==3.4
25-
libcst==1.0.1; python_version == '3.7'
26-
libcst==1.1.0; python_version >= '3.8'
22+
google-resumable-media==2.7.0
23+
googleapis-common-protos==1.62.0
24+
grpcio==1.60.0
25+
idna==3.6
2726
munch==4.0.0
2827
mypy-extensions==1.0.0
29-
packaging==23.1
28+
packaging==23.2
3029
pandas===1.3.5; python_version == '3.7'
31-
pandas==2.0.3; python_version >= '3.8'
32-
proto-plus==1.22.3
30+
pandas===2.0.3; python_version == '3.8'
31+
pandas==2.1.0; python_version >= '3.9'
32+
proto-plus==1.23.0
3333
pyarrow==12.0.1; python_version == '3.7'
3434
pyarrow==14.0.1; python_version >= '3.8'
35-
pyasn1==0.5.0
35+
pyasn1==0.5.1
3636
pyasn1-modules==0.3.0
3737
pycparser==2.21
3838
pyparsing==3.1.1
3939
python-dateutil==2.8.2
40-
pytz==2023.3
40+
pytz==2023.3.post1
4141
PyYAML==6.0.1
4242
requests==2.31.0
4343
rsa==4.9
4444
Shapely==2.0.2
4545
six==1.16.0
46-
typing-extensions==4.7.1
46+
typing-extensions===4.7.1; python_version == '3.7'
47+
typing-extensions==4.9.0; python_version >= '3.8'
4748
typing-inspect==0.9.0
4849
urllib3===1.26.18; python_version == '3.7'
49-
urllib3==2.2.1; python_version >= '3.8'
50+
urllib3==2.2.1; python_version >= '3.8'

samples/magics/requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.3.3
2-
pytest==7.4.0
1+
google-cloud-testutils==1.4.0
2+
pytest==7.4.3
33
mock==5.1.0

samples/magics/requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
db-dtypes==1.1.1
2-
google.cloud.bigquery==3.11.4
3-
google-cloud-bigquery-storage==2.22.0
1+
db-dtypes==1.2.0
2+
google.cloud.bigquery==3.14.1
3+
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'
6-
ipython==8.14.0; python_version >= '3.9'
6+
ipython==8.18.1; python_version >= '3.9'
77
pandas===1.3.5; python_version == '3.7'
8-
pandas==2.0.3; python_version >= '3.8'
8+
pandas===2.0.3; python_version == '3.8'
9+
pandas==2.1.0; python_version >= '3.9'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.3.3
2-
pytest==7.4.0
1+
google-cloud-testutils==1.4.0
2+
pytest==7.4.3
33
mock==5.1.0

samples/notebooks/requirements.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
db-dtypes==1.1.1
2-
google-cloud-bigquery==3.11.4
3-
google-cloud-bigquery-storage==2.22.0
1+
db-dtypes==1.2.0
2+
google-cloud-bigquery==3.14.1
3+
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'
6-
ipython==8.14.0; python_version >= '3.9'
6+
ipython==8.18.1; python_version >= '3.9'
77
matplotlib===3.5.3; python_version == '3.7'
8-
matplotlib==3.7.2; python_version >= '3.8'
8+
matplotlib===3.7.4; python_version == '3.8'
9+
matplotlib==3.8.2; python_version >= '3.9'
910
pandas===1.3.5; python_version == '3.7'
10-
pandas==2.0.3; python_version >= '3.8'
11+
pandas===2.0.3; python_version == '3.8'
12+
pandas==2.1.0; python_version >= '3.9'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.3.3
2-
pytest==7.4.0
1+
google-cloud-testutils==1.4.0
2+
pytest==7.4.3
33
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.11.4
1+
google-cloud-bigquery==3.14.1

0 commit comments

Comments
 (0)