File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = []
11
11
[tool .poetry .dependencies ]
12
12
python = " ^3.10"
13
13
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
14
- ops = " ^2.9.0 , <2.10 "
14
+ ops = " ^2.14.1 , <2.15 "
15
15
lightkube = " ^0.15.3"
16
16
tenacity = " ^8.5.0"
17
17
jinja2 = " ^3.1.4"
@@ -44,7 +44,7 @@ optional = true
44
44
[tool .poetry .group .lint .dependencies ]
45
45
black = " ^24.4.2"
46
46
isort = " ^5.13.2"
47
- flake8 = " ^7.0 .0"
47
+ flake8 = " ^7.1 .0"
48
48
flake8-docstrings = " ^1.7.0"
49
49
flake8-copyright = " ^0.2.4"
50
50
flake8-builtins = " ^2.5.0"
@@ -53,15 +53,15 @@ pep8-naming = "^0.14.1"
53
53
codespell = " ^2.3.0"
54
54
55
55
[tool .poetry .group .unit .dependencies ]
56
- pytest = " ^8.2.2 "
56
+ pytest = " ^8.3.1 "
57
57
pytest-xdist = " ^3.6.1"
58
58
pytest-forked = " ^1.6.0" # Workaround to deal with memory leaks in scenario tests
59
59
pytest-cov = " ^5.0.0"
60
- ops-scenario = " ^6.0 .3, <6.0 .4" # 6.0.4 requires ops >= 2.12
61
- ops = " ^2.9.0 "
60
+ ops-scenario = " ^6.1 .3, <6.1 .4" # 6.0.4 requires ops >= 2.12
61
+ ops = " ^2.14.1 "
62
62
63
63
[tool .poetry .group .integration .dependencies ]
64
- pytest = " ^8.2.2 "
64
+ pytest = " ^8.3.1 "
65
65
pytest-operator = " ^0.35.0"
66
66
pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
67
67
pytest-operator-groups = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v16.3.3" , subdirectory = " python/pytest_plugins/pytest_operator_groups" }
You can’t perform that action at this time.
0 commit comments