Skip to content

Commit 7dcb60c

Browse files
authored
Merge branch 'main' into renovate/pytest-9.x
2 parents 395beca + 734baa4 commit 7dcb60c

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,15 +10,15 @@
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",
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",
21+
"numpy==2.4.1",
2222
"packaging==25.0",
2323
"pandas==2.3.3",
2424
"pluggy==1.6.0",
@@ -29,7 +29,7 @@
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)