File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ poetry-plugin-export = ">=1.8"
33
33
optional = true
34
34
35
35
[tool .poetry .group .format .dependencies ]
36
- black = " ^24.4.2 "
37
- isort = " ^5.13.2 "
36
+ black = " ^25.0.0 "
37
+ isort = " ^6.0.0 "
38
38
39
39
[tool .poetry .group .lint ]
40
40
optional = true
@@ -43,13 +43,13 @@ optional = true
43
43
flake8 = " ^7.0.0"
44
44
flake8-docstrings = " ^1.7.0"
45
45
flake8-copyright = " ^0.2.4"
46
- flake8-builtins = " ^2.5 .0"
46
+ flake8-builtins = " ^3.0 .0"
47
47
pyproject-flake8 = " ^7.0.0"
48
48
pep8-naming = " ^0.13.3"
49
49
codespell = " ^2.2.6"
50
50
shellcheck-py = " ^0.10.0.1"
51
- black = " ^24.4.2 "
52
- isort = " ^5.13.2 "
51
+ black = " ^25.0.0 "
52
+ isort = " ^6.0.0 "
53
53
54
54
[tool .poetry .group .unit .dependencies ]
55
55
coverage = {extras = [" toml" ], version = " ^7.5.0" }
@@ -66,10 +66,10 @@ pymongo = "^4.7.3"
66
66
parameterized = " ^0.9.0"
67
67
lightkube = " ^0.15.3"
68
68
more_itertools = " *"
69
- kubernetes = " ^30.1 .0"
69
+ kubernetes = " ^33.0 .0"
70
70
juju = " ^3.5.0"
71
71
pytest = " ^8.1.1"
72
- pytest-asyncio = " ^0.21.1 "
72
+ pytest-asyncio = " ^1.0.0 "
73
73
pytest-mock = " ^3.14.0"
74
74
pytest-operator = " ^0.36.0"
75
75
pytest-operator-cache = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/pytest_operator_cache" }
You can’t perform that action at this time.
0 commit comments