Skip to content

Commit 9e11bd6

Browse files
authored
Merge branch 'main' into renovate/packaging-26.x
2 parents ebb3713 + 21458ad commit 9e11bd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 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.51",
13+
"cloudquery-plugin-pb==0.0.52",
1414
"exceptiongroup==1.3.1",
1515
"black==25.12.0",
1616
"grpcio==1.76.0",
@@ -20,16 +20,16 @@
2020
"MarkupSafe==3.0.3",
2121
"numpy==2.4.1",
2222
"packaging==26.0",
23-
"pandas==2.3.3",
23+
"pandas==3.0.0",
2424
"pluggy==1.6.0",
2525
"protobuf>=6.31.1",
2626
"pyarrow==21.0.0",
27-
"pytest==8.4.2",
27+
"pytest==9.0.2",
2828
"python-dateutil>=2.8.1",
2929
"pytz==2025.2",
3030
"six==1.17.0",
3131
"structlog==25.5.0",
32-
"tomli==2.3.0",
32+
"tomli==2.4.0",
3333
"tzdata==2025.3",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"

0 commit comments

Comments
 (0)