Skip to content

Commit 3d1609e

Browse files
Update Python dependencies
1 parent df82505 commit 3d1609e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.8.6" # ^3.8.6 required by juju
1010
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
1111
ops = "^2.9.0, <2.10"
1212
tenacity = "^9.0.0"
13-
poetry-core = "^1.9.1"
13+
poetry-core = "^2.1.2"
1414
jinja2 = "^3.1.4"
1515
requests = "^2.32.3"
1616

@@ -43,8 +43,8 @@ codespell = "^2.3.0"
4343
[tool.poetry.group.unit.dependencies]
4444
pytest = "^8.2.2"
4545
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
46+
pytest-cov = "^6.1.1"
47+
ops-scenario = "^7.20.0, <7.20.1" # 6.0.4 requires ops >= 2.12
4848

4949
[tool.poetry.group.integration.dependencies]
5050
pytest = "^8.2.2"

0 commit comments

Comments
 (0)