File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ python = "^3.10"
9
9
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
10
10
ops = " ^2.9.0, <2.10"
11
11
lightkube = " ^0.15.3"
12
- tenacity = " ^8.5 .0"
12
+ tenacity = " ^9.0 .0"
13
13
jinja2 = " ^3.1.4"
14
14
poetry-core = " ^1.9.0"
15
15
requests = " ^2.32.3"
@@ -44,8 +44,8 @@ codespell = "^2.3.0"
44
44
pytest = " ^8.2.2"
45
45
pytest-xdist = " ^3.6.1"
46
46
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
49
49
ops = " ^2.9.0"
50
50
51
51
[tool .poetry .group .integration .dependencies ]
@@ -56,10 +56,11 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
56
56
juju = " ^3.5.2.0"
57
57
mysql-connector-python = " ~8.0.33"
58
58
pyyaml = " ^6.0.1"
59
- tenacity = " ^8.5 .0"
59
+ tenacity = " ^9.0 .0"
60
60
allure-pytest = " ^2.13.5"
61
61
allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v23.0.2" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
62
62
63
+
63
64
[tool .coverage .run ]
64
65
branch = true
65
66
You can’t perform that action at this time.
0 commit comments