Skip to content

Commit 16317cb

Browse files
Update dependency ops to v2.15.0 [SECURITY]
1 parent f75ece8 commit 16317cb

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

kubernetes/poetry.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kubernetes/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0"
99
python = "^3.10"
1010
common = {path = "../common", develop = true}
1111
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
12-
ops = "^2.9.0, <2.10"
12+
ops = "<2.16"
1313
lightkube = "^0.17.2"
1414
tenacity = "^9.1.2"
1515
charm-refresh = "^3.1.0.2"

machines/poetry.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

machines/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0"
99
python = "^3.10"
1010
common = {path = "../common", develop = true}
1111
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
12-
ops = "^2.9.0, <2.10"
12+
ops = "<2.16"
1313
tenacity = "^9.1.2"
1414
charm-refresh = "^3.1.0.2"
1515

0 commit comments

Comments
 (0)