File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package-mode = false
8
8
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
- lightkube = " ^0.15.3 "
11
+ lightkube = " ^0.15.4 "
12
12
tenacity = " ^8.5.0"
13
13
jinja2 = " ^3.1.4"
14
14
poetry-core = " ^1.9.0"
@@ -31,31 +31,31 @@ jsonschema = "*"
31
31
optional = true
32
32
33
33
[tool .poetry .group .format .dependencies ]
34
- ruff = " ^0.4.5 "
34
+ ruff = " ^0.6.2 "
35
35
36
36
[tool .poetry .group .lint ]
37
37
optional = true
38
38
39
39
[tool .poetry .group .lint .dependencies ]
40
- ruff = " ^0.4.5 "
40
+ ruff = " ^0.6.2 "
41
41
codespell = " ^2.3.0"
42
42
43
43
[tool .poetry .group .unit .dependencies ]
44
- pytest = " ^8.2 .2"
44
+ pytest = " ^8.3 .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
47
pytest-cov = " ^5.0.0"
48
- ops-scenario = " ^6.0.3 , <6.0.4 " # 6.0.4 requires ops >= 2.12
48
+ ops-scenario = " ^6.1.6 , <6.1.7 " # 6.0.4 requires ops >= 2.12
49
49
ops = " ^2.9.0"
50
50
51
51
[tool .poetry .group .integration .dependencies ]
52
- pytest = " ^8.2 .2"
53
- pytest-operator = " ^0.35 .0"
52
+ pytest = " ^8.3 .2"
53
+ pytest-operator = " ^0.36 .0"
54
54
pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
55
55
pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
56
56
juju = " ^3.2.2"
57
57
mysql-connector-python = " ~8.0.33"
58
- pyyaml = " ^6.0.1 "
58
+ pyyaml = " ^6.0.2 "
59
59
tenacity = " ^8.5.0"
60
60
allure-pytest = " ^2.13.5"
61
61
allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v21.0.0" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
You can’t perform that action at this time.
0 commit comments