Skip to content

Commit f57218e

Browse files
committed
chore(deps): update all dependencies
1 parent 05148cd commit f57218e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

samples/snippets/requirements-test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
attrs==25.3.0
22
click==8.1.8
3-
google-auth==2.38.0
3+
google-auth==2.39.0
44
google-cloud-testutils==1.6.0
55
iniconfig==2.1.0
66
packaging==24.2
@@ -14,4 +14,4 @@ pytest===6.2.5
1414
rsa==4.9
1515
six==1.17.0
1616
toml==0.10.2
17-
typing-extensions==4.13.0
17+
typing-extensions==4.13.2

samples/snippets/requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ certifi==2025.1.31
44
charset-normalizer==3.4.1
55
geoalchemy2==0.17.1
66
google-api-core[grpc]==2.24.2
7-
google-auth==2.38.0
7+
google-auth==2.39.0
88
google-cloud-bigquery===3.30.0; python_version == '3.8'
99
google-cloud-bigquery==3.31.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.2.0
1616
grpcio===1.68.0; python_version == '3.8'
1717
grpcio==1.71.0; python_version >= '3.9'
1818
grpcio-status===1.68.0; python_version == '3.8'
@@ -21,7 +21,7 @@ idna==3.10
2121
importlib-resources===6.4.5; python_version == '3.8'
2222
importlib-resources==6.5.2; python_version >= '3.9'
2323
mako===1.3.5; python_version == '3.8'
24-
mako==1.3.9; python_version >= '3.9'
24+
mako==1.3.10; python_version >= '3.9'
2525
markupsafe===2.1.5; python_version == '3.8'
2626
markupsafe==3.0.2; python_version >= '3.9'
2727
packaging==24.2
@@ -35,9 +35,9 @@ python-dateutil==2.9.0.post0
3535
pytz==2025.2
3636
requests==2.32.3
3737
rsa==4.9
38-
shapely==2.0.7
38+
shapely==2.1.0
3939
six==1.17.0
4040
sqlalchemy===1.4.27
41-
typing-extensions==4.13.0
41+
typing-extensions==4.13.2
4242
urllib3===2.2.3; python_version == '3.8'
43-
urllib3==2.3.0; python_version >= '3.9'
43+
urllib3==2.4.0; python_version >= '3.9'

0 commit comments

Comments
 (0)