Skip to content

Commit ebe97d9

Browse files
Remove ops version constraint for ops-scenario issue (#73)
Fixed in canonical/ops-scenario#50
1 parent fb9c876 commit ebe97d9

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = []
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8.1" # ^3.8.1 required by flake8
13-
ops = "^2.4.1"
13+
ops = "^2.6.0"
1414
tenacity = "^8.2.3"
1515

1616
[tool.poetry.group.charm-libs.dependencies]
@@ -42,9 +42,7 @@ codespell = "^2.2.5"
4242
pytest = "^7.4.0"
4343
pytest-xdist = "^3.3.1"
4444
pytest-cov = "^4.1.0"
45-
# Workaround for https://github.com/canonical/ops-scenario/issues/48
46-
ops = "<2.5"
47-
ops-scenario = "^4.0.4.1"
45+
ops-scenario = "^5.1.2"
4846

4947
[tool.poetry.group.integration.dependencies]
5048
pytest = "^7.4.0"

0 commit comments

Comments
 (0)