File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ requires-poetry = ">=2.0.0"
9
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
- lightkube = " ^0.15.3 "
12
+ lightkube = " ^0.17.1 "
13
13
tenacity = " ^8.5.0"
14
14
jinja2 = " ^3.1.4"
15
- poetry-core = " ^1.9.0 "
15
+ poetry-core = " ^1.9.1 "
16
16
requests = " ^2.32.3"
17
17
18
18
[tool .poetry .group .charm-libs .dependencies ]
@@ -32,31 +32,31 @@ jsonschema = "*"
32
32
optional = true
33
33
34
34
[tool .poetry .group .format .dependencies ]
35
- ruff = " ^0.4.5 "
35
+ ruff = " ^0.9.1 "
36
36
37
37
[tool .poetry .group .lint ]
38
38
optional = true
39
39
40
40
[tool .poetry .group .lint .dependencies ]
41
- ruff = " ^0.4.5 "
41
+ ruff = " ^0.9.1 "
42
42
codespell = " ^2.3.0"
43
43
44
44
[tool .poetry .group .unit .dependencies ]
45
- pytest = " ^8.2.2 "
45
+ pytest = " ^8.3.4 "
46
46
pytest-xdist = " ^3.6.1"
47
47
pytest-forked = " ^1.6.0" # Workaround to deal with memory leaks in scenario tests
48
48
pytest-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
50
50
ops = " ^2.9.0"
51
51
52
52
[tool .poetry .group .integration .dependencies ]
53
- pytest = " ^8.2.2 "
54
- pytest-operator = " ^0.35 .0"
53
+ pytest = " ^8.3.4 "
54
+ pytest-operator = " ^0.39 .0"
55
55
pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v24.0.6" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
56
56
pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v24.0.6" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
57
57
juju = " ^3.6.0.0"
58
58
mysql-connector-python = " ~8.0.33"
59
- pyyaml = " ^6.0.1 "
59
+ pyyaml = " ^6.0.2 "
60
60
tenacity = " ^8.5.0"
61
61
allure-pytest = " ^2.13.5"
62
62
allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v24.0.6" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
You can’t perform that action at this time.
0 commit comments