Skip to content

Commit 5f0bc1f

Browse files
authored
chore(deps): update all dependencies (#1213)
1 parent 0b5c26c commit 5f0bc1f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rsa==4.9.1
1717
six==1.17.0
1818
toml==0.10.2
1919
typing-extensions===4.13.0; python_version == '3.8'
20-
typing-extensions==4.14.0; python_version >= '3.9'
20+
typing-extensions==4.14.1; python_version >= '3.9'

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
alembic===1.14.0; python_version == '3.8'
2-
alembic==1.16.2; python_version >= '3.9'
3-
certifi==2025.6.15
2+
alembic==1.16.4; python_version >= '3.9'
3+
certifi==2025.7.14
44
charset-normalizer==3.4.2
55
geoalchemy2==0.17.1
66
google-api-core[grpc]==2.25.1
77
google-auth==2.40.3
88
google-cloud-bigquery===3.30.0; python_version == '3.8'
9-
google-cloud-bigquery==3.34.0; python_version >= '3.9'
9+
google-cloud-bigquery==3.35.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'
@@ -15,9 +15,9 @@ googleapis-common-protos==1.70.0
1515
greenlet===3.1.1; python_version == '3.8'
1616
greenlet==3.2.3; python_version >= '3.9'
1717
grpcio===1.68.0; python_version == '3.8'
18-
grpcio==1.73.0; python_version >= '3.9'
18+
grpcio==1.73.1; python_version >= '3.9'
1919
grpcio-status===1.68.0; python_version == '3.8'
20-
grpcio-status==1.73.0; python_version >= '3.9'
20+
grpcio-status==1.73.1; python_version >= '3.9'
2121
idna==3.10
2222
importlib-resources===6.4.5; python_version == '3.8'
2323
importlib-resources==6.5.2; python_version >= '3.9'
@@ -42,6 +42,6 @@ shapely==2.1.1; python_version >= '3.10'
4242
six==1.17.0
4343
sqlalchemy===1.4.27
4444
typing-extensions===4.13.0; python_version == '3.8'
45-
typing-extensions==4.14.0; python_version >= '3.9'
45+
typing-extensions==4.14.1; python_version >= '3.9'
4646
urllib3===2.2.3; python_version == '3.8'
4747
urllib3==2.5.0; python_version >= '3.9'

0 commit comments

Comments
 (0)