Skip to content

Commit

Permalink
Bumped ocean version to ^0.18.1 for wiz
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 21, 2025
1 parent cf9d58e commit 63314bb
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.95 (2025-01-21)


### Improvements

- Bumped ocean version to ^0.18.1


## 0.1.94 (2025-01-19)


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.94"
version = "0.1.95"
description = "Wiz Port integration in Ocean"
authors = ["Albert Luganga <albertluganga@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.0", extras = ["cli"]}
port_ocean = {version = "^0.18.1", 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 63314bb

Please sign in to comment.