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 @@ -14,7 +14,7 @@ ops = "^2.8.0"
1414tenacity = " ^8.2.2"
1515boto3 = " ^1.28.23"
1616# TODO: Remove insecure dependency https://github.com/canonical/mysql-operator/issues/246
17- pyopenssl = " ^23.2 .0"
17+ pyopenssl = " ^24.1 .0"
1818typing_extensions = " ^4.7.1"
1919jinja2 = " ^3.1.2"
2020
@@ -36,16 +36,16 @@ jsonschema = "*"
3636optional = true
3737
3838[tool .poetry .group .format .dependencies ]
39- black = " ^23.7 .0"
39+ black = " ^24.3 .0"
4040isort = " ^5.12.0"
4141
4242[tool .poetry .group .lint ]
4343optional = true
4444
4545[tool .poetry .group .lint .dependencies ]
46- black = " ^23.7 .0"
46+ black = " ^24.3 .0"
4747isort = " ^5.12.0"
48- flake8 = " ^6 .0.0"
48+ flake8 = " ^7 .0.0"
4949flake8-docstrings = " ^1.7.0"
5050flake8-copyright = " ^0.2.4"
5151flake8-builtins = " ^2.1.0"
@@ -55,13 +55,13 @@ codespell = "^2.2.5"
5555shellcheck-py = " ^0.9.0.5"
5656
5757[tool .poetry .group .unit .dependencies ]
58- pytest = " ^7.4.0 "
58+ pytest = " ^8.1.1 "
5959pytest-mock = " ^3.11.1"
6060coverage = {extras = [" toml" ], version = " ^7.2.7" }
6161parameterized = " ^0.9.0"
6262
6363[tool .poetry .group .integration .dependencies ]
64- pytest = " ^7.4.0 "
64+ pytest = " ^8.1.1 "
6565pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v12.6.2" , subdirectory = " python/pytest_plugins/github_secrets" }
6666pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v12.6.2" , subdirectory = " python/pytest_plugins/microceph" }
6767pytest-operator = " ^0.28.0"
@@ -72,7 +72,7 @@ mysql-connector-python = "~8.0.33"
7272tenacity = " ^8.2.2"
7373boto3 = " ^1.28.11"
7474pyyaml = " ^6.0"
75- urllib3 = " ^1.26.16 "
75+ urllib3 = " ^2.2.1 "
7676allure-pytest = " ^2.13.2"
7777
7878
You can’t perform that action at this time.
0 commit comments