Skip to content

Commit d034720

Browse files
chore(deps): update all dependencies (#1185)
* chore(deps): update all dependencies * Update samples/snippets/requirements.txt * Update samples/snippets/requirements.txt * Update samples/snippets/requirements.txt * Update samples/snippets/requirements-test.txt * Update samples/snippets/requirements.txt * Update samples/snippets/requirements.txt * Update samples/snippets/requirements.txt * Update samples/snippets/requirements-test.txt * Update samples/snippets/requirements-test.txt * Update samples/snippets/requirements-test.txt --------- Co-authored-by: Chalmer Lowe <[email protected]>
1 parent 0067c1d commit d034720

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
attrs==25.3.0
2-
click==8.1.8
3-
google-auth==2.38.0
4-
google-cloud-testutils==1.6.0
2+
click===8.1.8; python_version <= '3.9'
3+
click==8.2.1; python_version >= '3.10'
4+
google-auth==2.40.3
5+
google-cloud-testutils==1.6.4
56
iniconfig==2.1.0
6-
packaging==24.2
7-
pluggy==1.5.0
7+
packaging==25.0
8+
pluggy===1.5.0; python_version == '3.8'
9+
pluggy==1.6.0; python_version >= '3.9'
810
py==1.11.0
911
pyasn1==0.6.1
1012
pyasn1-modules==0.4.2
1113
pyparsing===3.1.4; python_version == '3.8'
1214
pyparsing==3.2.3; python_version >= '3.9'
1315
pytest===6.2.5
14-
rsa==4.9
16+
rsa==4.9.1
1517
six==1.17.0
1618
toml==0.10.2
17-
typing-extensions==4.13.0
19+
typing-extensions===4.13.0; python_version == '3.8'
20+
typing-extensions==4.14.0; python_version >= '3.9'

samples/snippets/requirements.txt

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,47 @@
11
alembic===1.14.0; python_version == '3.8'
2-
alembic==1.15.2; python_version >= '3.9'
3-
certifi==2025.1.31
4-
charset-normalizer==3.4.1
2+
alembic==1.16.1; python_version >= '3.9'
3+
certifi==2025.4.26
4+
charset-normalizer==3.4.2
55
geoalchemy2==0.17.1
6-
google-api-core[grpc]==2.24.2
7-
google-auth==2.38.0
6+
google-api-core[grpc]==2.25.0
7+
google-auth==2.40.3
88
google-cloud-bigquery===3.30.0; python_version == '3.8'
9-
google-cloud-bigquery==3.31.0; python_version >= '3.9'
9+
google-cloud-bigquery==3.34.0; python_version >= '3.9'
1010
google-cloud-core==2.4.3
1111
google-crc32c===1.5.0; python_version == '3.8'
1212
google-crc32c==1.7.1; python_version >= '3.9'
1313
google-resumable-media==2.7.2
14-
googleapis-common-protos==1.69.2
15-
greenlet==3.1.1
14+
googleapis-common-protos==1.70.0
15+
greenlet===3.1.1; python_version == '3.8'
16+
greenlet==3.2.2; python_version >= '3.9'
1617
grpcio===1.68.0; python_version == '3.8'
17-
grpcio==1.71.0; python_version >= '3.9'
18+
grpcio==1.72.1; python_version >= '3.9'
1819
grpcio-status===1.68.0; python_version == '3.8'
19-
grpcio-status==1.71.0; python_version >= '3.9'
20+
grpcio-status==1.72.1; python_version >= '3.9'
2021
idna==3.10
2122
importlib-resources===6.4.5; python_version == '3.8'
2223
importlib-resources==6.5.2; python_version >= '3.9'
2324
mako===1.3.5; python_version == '3.8'
24-
mako==1.3.9; python_version >= '3.9'
25+
mako==1.3.10; python_version >= '3.9'
2526
markupsafe===2.1.5; python_version == '3.8'
2627
markupsafe==3.0.2; python_version >= '3.9'
27-
packaging==24.2
28+
packaging==25.0
2829
proto-plus==1.26.1
29-
protobuf===5.28.3; python_version >= '3.8'
30+
protobuf===5.28.3; python_version == '3.8'
31+
protobuf==6.30.0; python_version >= '3.9'
3032
pyasn1==0.6.1
3133
pyasn1-modules==0.4.2
3234
pyparsing===3.1.4; python_version == '3.8'
3335
pyparsing==3.2.3; python_version >= '3.9'
3436
python-dateutil==2.9.0.post0
3537
pytz==2025.2
3638
requests==2.32.3
37-
rsa==4.9
38-
shapely==2.0.7
39+
rsa==4.9.1
40+
shapely===2.0.7; python_version <= '3.9'
41+
shapely==2.1.1; python_version >= '3.10'
3942
six==1.17.0
4043
sqlalchemy===1.4.27
41-
typing-extensions==4.13.0
44+
typing-extensions===4.13.0; python_version == '3.8'
45+
typing-extensions==4.14.0; python_version >= '3.9'
4246
urllib3===2.2.3; python_version == '3.8'
43-
urllib3==2.3.0; python_version >= '3.9'
47+
urllib3==2.4.0; python_version >= '3.9'

0 commit comments

Comments
 (0)