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 @@ -31,16 +31,16 @@ jsonschema = "*"
31
31
optional = true
32
32
33
33
[tool .poetry .group .format .dependencies ]
34
- black = " ^23.7 .0"
34
+ black = " ^24.3 .0"
35
35
isort = " ^5.12.0"
36
36
37
37
[tool .poetry .group .lint ]
38
38
optional = true
39
39
40
40
[tool .poetry .group .lint .dependencies ]
41
- black = " ^23.7 .0"
41
+ black = " ^24.3 .0"
42
42
isort = " ^5.12.0"
43
- flake8 = " ^6 .0.0"
43
+ flake8 = " ^7 .0.0"
44
44
flake8-docstrings = " ^1.7.0"
45
45
flake8-copyright = " ^0.2.4"
46
46
flake8-builtins = " ^2.1.0"
@@ -50,13 +50,13 @@ codespell = "^2.2.5"
50
50
shellcheck-py = " ^0.9.0.5"
51
51
52
52
[tool .poetry .group .unit .dependencies ]
53
- pytest = " ^7.4.0 "
53
+ pytest = " ^8.1.1 "
54
54
pytest-mock = " ^3.11.1"
55
55
coverage = {extras = [" toml" ], version = " ^7.2.7" }
56
56
parameterized = " ^0.9.0"
57
57
58
58
[tool .poetry .group .integration .dependencies ]
59
- pytest = " ^7.4.0 "
59
+ pytest = " ^8.1.1 "
60
60
pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v13.1.0" , subdirectory = " python/pytest_plugins/github_secrets" }
61
61
pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v13.1.0" , subdirectory = " python/pytest_plugins/microceph" }
62
62
pytest-operator = " ^0.28.0"
@@ -68,9 +68,9 @@ mysql-connector-python = "~8.0.33"
68
68
tenacity = " ^8.2.2"
69
69
boto3 = " ^1.28.22"
70
70
pyyaml = " ^6.0.1"
71
- urllib3 = " ^1.26.16 "
71
+ urllib3 = " ^2.2.1 "
72
72
lightkube = " ^0.14.0"
73
- kubernetes = " ^27.2 .0"
73
+ kubernetes = " ^29.0 .0"
74
74
allure-pytest = " ^2.13.2"
75
75
76
76
You can’t perform that action at this time.
0 commit comments