File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "common"
33version = "0.1.0"
44requires-python = ">=3.10"
55dependencies = [
6- "ops>=2.9 .0",
6+ "ops>=3.3 .0",
77 "charm-refresh>=3.1.0.2",
88 "charm-api>=0.1.2",
99 "requests>=2.32.5",
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ codespell = "^2.4.1"
4444pytest = "^8.4.1"
4545pytest-xdist = "^3.8.0"
4646pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
47- pytest-cov = "^6.2.1 "
48- ops-scenario = "^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
47+ pytest-cov = "^7.0.0 "
48+ ops-scenario = "^8.3.0 , <8.3.1 " # 6.0.4 requires ops >= 2.12
4949ops = "^2.9.0"
5050
5151[tool.poetry.group.integration.dependencies]
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ codespell = "^2.4.1"
4242[tool.poetry.group.unit.dependencies]
4343pytest = "^8.4.1"
4444pytest-xdist = "^3.8.0"
45- pytest-cov = "^6.2.1 "
46- ops-scenario = "^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
45+ pytest-cov = "^7.0.0 "
46+ ops-scenario = "^8.3.0 , <8.3.1 " # 6.0.4 requires ops >= 2.12
4747
4848[tool.poetry.group.integration.dependencies]
4949pytest = "^8.4.1"
You can’t perform that action at this time.
0 commit comments