Skip to content

Commit 2a3e842

Browse files
authored
Merge branch 'main' into unnest-breakage-882
2 parents 15ccd0a + 552e543 commit 2a3e842

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

samples/snippets/requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
attrs==25.3.0
22
click===8.1.8; python_version <= '3.9'
3-
click==8.2.1; python_version >= '3.10'
4-
google-auth==2.40.3
3+
click==8.3.0; python_version >= '3.10'
4+
google-auth==2.41.1
55
google-cloud-testutils==1.6.4
66
iniconfig==2.1.0
77
packaging==25.0
88
pluggy==1.6.0; python_version >= '3.9'
99
py==1.11.0
1010
pyasn1==0.6.1
1111
pyasn1-modules==0.4.2
12-
pyparsing==3.2.4; python_version >= '3.9'
12+
pyparsing==3.2.5; python_version >= '3.9'
1313
pytest===6.2.5
1414
rsa==4.9.1
1515
six==1.17.0

samples/snippets/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ certifi==2025.8.3
33
charset-normalizer==3.4.3
44
geoalchemy2===0.17.1; python_version == '3.9'
55
geoalchemy2==0.18.0; python_version >= '3.10'
6-
google-api-core[grpc]==2.25.1
7-
google-auth==2.40.3
8-
google-cloud-bigquery==3.37.0; python_version >= '3.9'
6+
google-api-core[grpc]==2.25.2
7+
google-auth==2.41.1
8+
google-cloud-bigquery==3.38.0; python_version >= '3.9'
99
google-cloud-core==2.4.3
1010
google-crc32c==1.7.1; python_version >= '3.9'
1111
google-resumable-media==2.7.2
1212
googleapis-common-protos==1.70.0
1313
greenlet==3.2.4; python_version >= '3.9'
14-
grpcio==1.75.0; python_version >= '3.9'
15-
grpcio-status==1.75.0; python_version >= '3.9'
14+
grpcio==1.75.1; python_version >= '3.9'
15+
grpcio-status==1.75.1; python_version >= '3.9'
1616
idna==3.10
1717
importlib-resources==6.5.2; python_version >= '3.9'
1818
mako==1.3.10; python_version >= '3.9'
19-
markupsafe==3.0.2; python_version >= '3.9'
19+
markupsafe==3.0.3; python_version >= '3.9'
2020
packaging==25.0
2121
proto-plus==1.26.1
2222
protobuf==6.32.1; python_version >= '3.9'
2323
pyasn1==0.6.1
2424
pyasn1-modules==0.4.2
25-
pyparsing==3.2.4; python_version >= '3.9'
25+
pyparsing==3.2.5; python_version >= '3.9'
2626
python-dateutil==2.9.0.post0
2727
pytz==2025.2
2828
requests==2.32.5
2929
rsa==4.9.1
3030
shapely===2.0.7; python_version <= '3.9'
31-
shapely==2.1.1; python_version >= '3.10'
31+
shapely==2.1.2; python_version >= '3.10'
3232
six==1.17.0
3333
sqlalchemy===1.4.27
3434
typing-extensions==4.15.0; python_version >= '3.9'

0 commit comments

Comments
 (0)