File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ops = "^2.8.0"
14
14
tenacity = " ^8.2.2"
15
15
boto3 = " ^1.28.23"
16
16
# TODO: Remove insecure dependency https://github.com/canonical/mysql-operator/issues/246
17
- pyopenssl = " ^23.2 .0"
17
+ pyopenssl = " ^24.1 .0"
18
18
typing_extensions = " ^4.7.1"
19
19
jinja2 = " ^3.1.2"
20
20
@@ -36,16 +36,16 @@ jsonschema = "*"
36
36
optional = true
37
37
38
38
[tool .poetry .group .format .dependencies ]
39
- black = " ^23.7 .0"
39
+ black = " ^24.3 .0"
40
40
isort = " ^5.12.0"
41
41
42
42
[tool .poetry .group .lint ]
43
43
optional = true
44
44
45
45
[tool .poetry .group .lint .dependencies ]
46
- black = " ^23.7 .0"
46
+ black = " ^24.3 .0"
47
47
isort = " ^5.12.0"
48
- flake8 = " ^6 .0.0"
48
+ flake8 = " ^7 .0.0"
49
49
flake8-docstrings = " ^1.7.0"
50
50
flake8-copyright = " ^0.2.4"
51
51
flake8-builtins = " ^2.1.0"
@@ -55,13 +55,13 @@ codespell = "^2.2.5"
55
55
shellcheck-py = " ^0.9.0.5"
56
56
57
57
[tool .poetry .group .unit .dependencies ]
58
- pytest = " ^7.4.0 "
58
+ pytest = " ^8.1.1 "
59
59
pytest-mock = " ^3.11.1"
60
60
coverage = {extras = [" toml" ], version = " ^7.2.7" }
61
61
parameterized = " ^0.9.0"
62
62
63
63
[tool .poetry .group .integration .dependencies ]
64
- pytest = " ^7.4.0 "
64
+ pytest = " ^8.1.1 "
65
65
pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v12.6.2" , subdirectory = " python/pytest_plugins/github_secrets" }
66
66
pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v12.6.2" , subdirectory = " python/pytest_plugins/microceph" }
67
67
pytest-operator = " ^0.28.0"
@@ -72,7 +72,7 @@ mysql-connector-python = "~8.0.33"
72
72
tenacity = " ^8.2.2"
73
73
boto3 = " ^1.28.11"
74
74
pyyaml = " ^6.0"
75
- urllib3 = " ^1.26.16 "
75
+ urllib3 = " ^2.2.1 "
76
76
allure-pytest = " ^2.13.2"
77
77
78
78
You can’t perform that action at this time.
0 commit comments