Skip to content

Commit f489c00

Browse files
Update Python dependencies
1 parent a8c142c commit f489c00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.10"
99
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
1010
ops = "^2.9.0, <2.10"
1111
lightkube = "^0.15.3"
12-
tenacity = "^8.5.0"
12+
tenacity = "^9.0.0"
1313
jinja2 = "^3.1.4"
1414
poetry-core = "^1.9.0"
1515
requests = "^2.32.3"
@@ -44,8 +44,8 @@ codespell = "^2.3.0"
4444
pytest = "^8.2.2"
4545
pytest-xdist = "^3.6.1"
4646
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
47-
pytest-cov = "^5.0.0"
48-
ops-scenario = "^6.0.3, <6.0.4" # 6.0.4 requires ops >= 2.12
47+
pytest-cov = "^6.0.0"
48+
ops-scenario = "^7.0.5, <7.0.6" # 6.0.4 requires ops >= 2.12
4949
ops = "^2.9.0"
5050

5151
[tool.poetry.group.integration.dependencies]
@@ -56,7 +56,7 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
5656
juju = "^3.5.2.0"
5757
mysql-connector-python = "~8.0.33"
5858
pyyaml = "^6.0.1"
59-
tenacity = "^8.5.0"
59+
tenacity = "^9.0.0"
6060
allure-pytest = "^2.13.5"
6161
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6262

0 commit comments

Comments
 (0)