We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df82505 commit 3d1609eCopy full SHA for 3d1609e
pyproject.toml
@@ -10,7 +10,7 @@ python = "^3.8.6" # ^3.8.6 required by juju
10
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
11
ops = "^2.9.0, <2.10"
12
tenacity = "^9.0.0"
13
-poetry-core = "^1.9.1"
+poetry-core = "^2.1.2"
14
jinja2 = "^3.1.4"
15
requests = "^2.32.3"
16
@@ -43,8 +43,8 @@ codespell = "^2.3.0"
43
[tool.poetry.group.unit.dependencies]
44
pytest = "^8.2.2"
45
pytest-xdist = "^3.6.1"
46
-pytest-cov = "^5.0.0"
47
-ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
+pytest-cov = "^6.1.1"
+ops-scenario = "^7.20.0, <7.20.1" # 6.0.4 requires ops >= 2.12
48
49
[tool.poetry.group.integration.dependencies]
50
0 commit comments