Skip to content

Commit a35be7a

Browse files
authored
chore(deps): update all dependencies (#1229)
1 parent 547d256 commit a35be7a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytest===6.2.5
1414
rsa==4.9.1
1515
six==1.17.0
1616
toml==0.10.2
17-
typing-extensions==4.14.1; python_version >= '3.9'
17+
typing-extensions==4.15.0; python_version >= '3.9'

samples/snippets/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
alembic==1.16.4; python_version >= '3.9'
2-
certifi==2025.7.14
3-
charset-normalizer==3.4.2
1+
alembic==1.16.5; python_version >= '3.9'
2+
certifi==2025.8.3
3+
charset-normalizer==3.4.3
44
geoalchemy2===0.17.1; python_version == '3.9'
55
geoalchemy2==0.18.0; python_version >= '3.10'
66
google-api-core[grpc]==2.25.1
77
google-auth==2.40.3
8-
google-cloud-bigquery==3.35.1; python_version >= '3.9'
8+
google-cloud-bigquery==3.36.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
13-
greenlet==3.2.3; python_version >= '3.9'
13+
greenlet==3.2.4; python_version >= '3.9'
1414
grpcio==1.74.0; python_version >= '3.9'
1515
grpcio-status==1.74.0; python_version >= '3.9'
1616
idna==3.10
@@ -19,17 +19,17 @@ mako==1.3.10; python_version >= '3.9'
1919
markupsafe==3.0.2; python_version >= '3.9'
2020
packaging==25.0
2121
proto-plus==1.26.1
22-
protobuf==6.31.1; python_version >= '3.9'
22+
protobuf==6.32.0; python_version >= '3.9'
2323
pyasn1==0.6.1
2424
pyasn1-modules==0.4.2
2525
pyparsing==3.2.3; python_version >= '3.9'
2626
python-dateutil==2.9.0.post0
2727
pytz==2025.2
28-
requests==2.32.4
28+
requests==2.32.5
2929
rsa==4.9.1
3030
shapely===2.0.7; python_version <= '3.9'
3131
shapely==2.1.1; python_version >= '3.10'
3232
six==1.17.0
3333
sqlalchemy===1.4.27
34-
typing-extensions==4.14.1; python_version >= '3.9'
34+
typing-extensions==4.15.0; python_version >= '3.9'
3535
urllib3==2.5.0; python_version >= '3.9'

0 commit comments

Comments
 (0)