File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ requires-poetry = ">=2.0.0"
99python = " ^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"
12- lightkube = " ^0.15.3 "
12+ lightkube = " ^0.17.2 "
1313tenacity = " ^8.5.0"
14- jinja2 = " ^3.1.4 "
15- poetry-core = " ^1.9.0 "
14+ jinja2 = " ^3.1.6 "
15+ poetry-core = " ^1.9.1 "
1616requests = " ^2.32.3"
1717
1818[tool .poetry .group .charm-libs .dependencies ]
@@ -32,32 +32,32 @@ jsonschema = "*"
3232optional = true
3333
3434[tool .poetry .group .format .dependencies ]
35- ruff = " ^0.4.5 "
35+ ruff = " ^0.11.12 "
3636
3737[tool .poetry .group .lint ]
3838optional = true
3939
4040[tool .poetry .group .lint .dependencies ]
41- ruff = " ^0.4.5 "
42- codespell = " ^2.3.0 "
41+ ruff = " ^0.11.12 "
42+ codespell = " ^2.4.1 "
4343
4444[tool .poetry .group .unit .dependencies ]
45- pytest = " ^8.2.2 "
46- pytest-xdist = " ^3.6.1 "
45+ pytest = " ^8.4.0 "
46+ pytest-xdist = " ^3.7.0 "
4747pytest-forked = " ^1.6.0" # Workaround to deal with memory leaks in scenario tests
4848pytest-cov = " ^5.0.0"
49- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
49+ ops-scenario = " ^6.1.7 , <6.1.8 " # 6.0.4 requires ops >= 2.12
5050ops = " ^2.9.0"
5151
5252[tool .poetry .group .integration .dependencies ]
53- pytest = " ^8.2.2 "
54- pytest-operator = " ^0.35 .0"
53+ pytest = " ^8.4.0 "
54+ pytest-operator = " ^0.42 .0"
5555juju = " ^3.6.0.0"
5656mysql-connector-python = " ^9.2.0"
57- pyyaml = " ^6.0.1 "
57+ pyyaml = " ^6.0.2 "
5858tenacity = " ^8.5.0"
59- allure-pytest = " ^2.13.5 "
60- allure-pytest-default-results = " ^0.1.2 "
59+ allure-pytest = " ^2.14.2 "
60+ allure-pytest-default-results = " ^0.1.3 "
6161
6262[tool .coverage .run ]
6363branch = true
You can’t perform that action at this time.
0 commit comments