Skip to content

Commit 7b73900

Browse files
Merge branch 'main' into renovate/actions-checkout-6.x
2 parents 8b81848 + e9e47c3 commit 7b73900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description = "CloudQuery Plugin SDK for Python"
1111

1212
dependencies = [
13-
"cloudquery-plugin-pb==0.0.50",
13+
"cloudquery-plugin-pb==0.0.51",
1414
"exceptiongroup==1.3.1",
1515
"black==25.12.0",
1616
"grpcio==1.76.0",
@@ -29,8 +29,8 @@
2929
"pytz==2025.2",
3030
"six==1.17.0",
3131
"structlog==25.5.0",
32-
"tomli==2.2.1",
33-
"tzdata==2025.2",
32+
"tomli==2.3.0",
33+
"tzdata==2025.3",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"
3636

0 commit comments

Comments
 (0)