Skip to content

Commit

Permalink
Bumped ocean version to ^0.14.7 for wiz
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent 26e57e7 commit ea734ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions integrations/wiz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.78 (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.1.77 (2024-12-04)


Expand Down
10 changes: 5 additions & 5 deletions integrations/wiz/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrations/wiz/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "wiz"
version = "0.1.77"
version = "0.1.78"
description = "Wiz Port integration in Ocean"
authors = ["Albert Luganga <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
Expand Down

0 comments on commit ea734ad

Please sign in to comment.