diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 99b71ca1cd..2497049e22 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.86 (2024-12-31) + + +### Improvements + +- Bumped ocean version to ^0.17.2 + + ## 0.1.85 (2026-12-30) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index a3849e9feb..b9af2126b1 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.16.1" +version = "0.17.2" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.16.1-py3-none-any.whl", hash = "sha256:4a836b12a87cbaf80546cc2b26aabb08331a9fd773f2d1e3da9c409a2ab8109b"}, - {file = "port_ocean-0.16.1.tar.gz", hash = "sha256:10fb1988f506ba4fd34c704d9de752ceeed99b94a0183584bdf6fc89ed4be7a7"}, + {file = "port_ocean-0.17.2-py3-none-any.whl", hash = "sha256:9a46792de923e75569e6d7e91fb8ec314407de4db43e005b0d30792fe14f145e"}, + {file = "port_ocean-0.17.2.tar.gz", hash = "sha256:c102a5b9f62890c3d8e4cb8ef554cac726a0d17e1ffe3b422afd7aabefed5937"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a7ba4c8875217ebe2130861aa4d4060f377f2dd85cece2216af189e194d93a72" +content-hash = "28535528c437167db7194e66ae6c9de17f0e6012be591c70b7677008eb39f520" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 9b6240c25f..c87c8bbf0c 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.85" +version = "0.1.86" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.16.1", extras = ["cli"]} +port_ocean = {version = "^0.17.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration