Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "common"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"ops>=2.9.0",
"ops>=3.2.0",
"charm-refresh>=3.1.0.2",
"charm-api>=0.1.2",
"requests>=2.32.4",
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pytest = "^8.4.1"
pytest-xdist = "^3.8.0"
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
pytest-cov = "^6.2.1"
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
ops-scenario = "^8.2.0, <8.2.1" # 6.0.4 requires ops >= 2.12
ops = "^2.9.0"

[tool.poetry.group.integration.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion machines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ codespell = "^2.4.1"
pytest = "^8.4.1"
pytest-xdist = "^3.8.0"
pytest-cov = "^6.2.1"
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
ops-scenario = "^8.2.0, <8.2.1" # 6.0.4 requires ops >= 2.12

[tool.poetry.group.integration.dependencies]
pytest = "^8.4.1"
Expand Down
Loading