Skip to content

Commit 9af4019

Browse files
committed
chore(deps): update all dependencies
1 parent 0b5c26c commit 9af4019

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)