File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ python = "^3.10"
1010# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
1111ops = " ^2.9.0, <2.10"
1212lightkube = " ^0.15.3"
13- tenacity = " ^8.5 .0"
13+ tenacity = " ^9.0 .0"
1414jinja2 = " ^3.1.4"
15- poetry-core = " ^1.9.0 "
15+ poetry-core = " ^2.1.1 "
1616requests = " ^2.32.3"
1717
1818[tool .poetry .group .charm-libs .dependencies ]
@@ -45,8 +45,8 @@ codespell = "^2.3.0"
4545pytest = " ^8.2.2"
4646pytest-xdist = " ^3.6.1"
4747pytest-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.1 .3, <7.1 .4" # 6.0.4 requires ops >= 2.12
5050ops = " ^2.9.0"
5151
5252[tool .poetry .group .integration .dependencies ]
@@ -55,7 +55,7 @@ pytest-operator = "^0.35.0"
5555juju = " ^3.6.0.0"
5656mysql-connector-python = " ~8.0.33"
5757pyyaml = " ^6.0.1"
58- tenacity = " ^8.5 .0"
58+ tenacity = " ^9.0 .0"
5959allure-pytest = " ^2.13.5"
6060allure-pytest-default-results = " ^0.1.2"
6161
You can’t perform that action at this time.
0 commit comments