Skip to content

Commit

Permalink
Bumped ocean version to 0.10.11 for wiz
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Sep 17, 2024
1 parent 1b2f5fc commit 573ac96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 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.59 (2024-09-17)


### Improvements

- Bumped ocean version to 0.10.11


## 0.1.58 (2024-09-13)

### Improvements
Expand Down
8 changes: 4 additions & 4 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.58"
version = "0.1.59"
description = "Wiz Port integration in Ocean"
authors = ["Albert Luganga <albertluganga@getport.io>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.10", extras = ["cli"]}
port_ocean = {version = "0.10.11", 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 573ac96

Please sign in to comment.