Skip to content

Commit 71a079b

Browse files
Merge branch 'main' into renovate/black-26.x
2 parents 7651159 + 3ced41a commit 71a079b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

setup.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,27 @@
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==26.1.0",
1616
"grpcio==1.76.0",
1717
"grpcio-tools==1.76.0",
1818
"iniconfig==2.3.0",
1919
"Jinja2==3.1.6",
2020
"MarkupSafe==3.0.3",
21-
"numpy==2.4.0",
22-
"packaging==25.0",
23-
"pandas==2.3.3",
21+
"numpy==2.4.1",
22+
"packaging==26.0",
23+
"pandas==3.0.0",
2424
"pluggy==1.6.0",
2525
"protobuf>=6.31.1",
26-
"pyarrow==21.0.0",
27-
"pytest==8.4.2",
26+
"pyarrow==23.0.0",
27+
"pyarrow==23.0.0",
28+
"pytest==9.0.2",
2829
"python-dateutil>=2.8.1",
2930
"pytz==2025.2",
3031
"six==1.17.0",
3132
"structlog==25.5.0",
32-
"tomli==2.3.0",
33+
"tomli==2.4.0",
3334
"tzdata==2025.3",
3435
]
3536
url = "https://github.com/cloudquery/plugin-sdk-python"

0 commit comments

Comments
 (0)