File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ python = "^3.10"
10
10
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
11
11
ops = " ^2.9.0, <2.10"
12
12
lightkube = " ^0.15.3"
13
- tenacity = " ^8.5 .0"
13
+ tenacity = " ^9.0 .0"
14
14
jinja2 = " ^3.1.4"
15
- poetry-core = " ^1.9.0 "
15
+ poetry-core = " ^2.0.1 "
16
16
requests = " ^2.32.3"
17
17
18
18
[tool .poetry .group .charm-libs .dependencies ]
@@ -45,8 +45,8 @@ codespell = "^2.3.0"
45
45
pytest = " ^8.2.2"
46
46
pytest-xdist = " ^3.6.1"
47
47
pytest-forked = " ^1.6.0" # Workaround to deal with memory leaks in scenario tests
48
- pytest-cov = " ^5 .0.0"
49
- ops-scenario = " ^6 .0.3 , <6 .0.4 " # 6.0.4 requires ops >= 2.12
48
+ pytest-cov = " ^6 .0.0"
49
+ ops-scenario = " ^7 .0.5 , <7 .0.6 " # 6.0.4 requires ops >= 2.12
50
50
ops = " ^2.9.0"
51
51
52
52
[tool .poetry .group .integration .dependencies ]
@@ -57,7 +57,7 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
57
57
juju = " ^3.6.0.0"
58
58
mysql-connector-python = " ~8.0.33"
59
59
pyyaml = " ^6.0.1"
60
- tenacity = " ^8.5 .0"
60
+ tenacity = " ^9.0 .0"
61
61
allure-pytest = " ^2.13.5"
62
62
allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
63
63
You can’t perform that action at this time.
0 commit comments