Skip to content

Commit e7c79d6

Browse files
committed
chore(deps): update all dependencies
1 parent 5fb9822 commit e7c79d6

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

samples/snippets/requirements-test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
attrs==25.4.0
22
click===8.1.8; python_version <= '3.9'
3-
click==8.3.0; python_version >= '3.10'
4-
google-auth==2.41.1
5-
google-cloud-testutils==1.6.4
6-
iniconfig==2.1.0
3+
click==8.3.1; python_version >= '3.10'
4+
google-auth==2.47.0
5+
google-cloud-testutils==1.7.0
6+
iniconfig==2.3.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.5; python_version >= '3.9'
12+
pyparsing==3.3.1; 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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
alembic==1.16.5; python_version >= '3.9'
2-
certifi==2025.10.5
3-
charset-normalizer==3.4.3
1+
alembic==1.17.2; python_version >= '3.9'
2+
certifi==2026.1.4
3+
charset-normalizer==3.4.4
44
geoalchemy2===0.17.1; python_version == '3.9'
5-
geoalchemy2==0.18.0; python_version >= '3.10'
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'
9-
google-cloud-core==2.4.3
10-
google-crc32c==1.7.1; python_version >= '3.9'
11-
google-resumable-media==2.7.2
12-
googleapis-common-protos==1.70.0
13-
greenlet==3.2.4; python_version >= '3.9'
14-
grpcio==1.75.1; python_version >= '3.9'
15-
grpcio-status==1.75.1; python_version >= '3.9'
16-
idna==3.10
5+
geoalchemy2==0.18.1; python_version >= '3.10'
6+
google-api-core[grpc]==2.29.0
7+
google-auth==2.47.0
8+
google-cloud-bigquery==3.40.0; python_version >= '3.9'
9+
google-cloud-core==2.5.0
10+
google-crc32c==1.8.0; python_version >= '3.9'
11+
google-resumable-media==2.8.0
12+
googleapis-common-protos==1.72.0
13+
greenlet==3.3.0; python_version >= '3.9'
14+
grpcio==1.76.0; python_version >= '3.9'
15+
grpcio-status==1.76.0; python_version >= '3.9'
16+
idna==3.11
1717
importlib-resources==6.5.2; python_version >= '3.9'
1818
mako==1.3.10; python_version >= '3.9'
1919
markupsafe==3.0.3; python_version >= '3.9'
2020
packaging==25.0
21-
proto-plus==1.26.1
22-
protobuf==6.32.1; python_version >= '3.9'
21+
proto-plus==1.27.0
22+
protobuf==6.33.2; python_version >= '3.9'
2323
pyasn1==0.6.1
2424
pyasn1-modules==0.4.2
25-
pyparsing==3.2.5; python_version >= '3.9'
25+
pyparsing==3.3.1; python_version >= '3.9'
2626
python-dateutil==2.9.0.post0
2727
pytz==2025.2
2828
requests==2.32.5

0 commit comments

Comments
 (0)