diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 2e0d899e11..476ae245e2 100644 --- a/integrations/fake-integration/pyproject.toml +++ b/integrations/fake-integration/pyproject.toml @@ -12,7 +12,7 @@ faker = "^28.0.0" [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration # port_ocean = { path = '../../', develop = true, extras = ['all'] } -black = "^23.3.0" +black = "^24.0.0" mypy = "^1.3.0" pre-commit = "^3.7.1" pylint = "^2.17.4"