File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0"
9
9
python = " ^3.10"
10
10
ops = " ^2.15.0"
11
11
lightkube = " ^0.14.0"
12
- tenacity = " ^8.2.2 "
12
+ tenacity = " ^9.0.0 "
13
13
boto3 = " ^1.28.22"
14
14
jinja2 = " ^3.1.2"
15
15
pyyaml = " ^6.0.2"
@@ -47,13 +47,13 @@ codespell = "^2.3.0"
47
47
shellcheck-py = " ^0.9.0.5"
48
48
49
49
[tool .poetry .group .unit .dependencies ]
50
- pytest = " ^7.4.0 "
50
+ pytest = " ^8.3.4 "
51
51
pytest-mock = " ^3.11.1"
52
52
coverage = {extras = [" toml" ], version = " ^7.2.7" }
53
53
parameterized = " ^0.9.0"
54
54
55
55
[tool .poetry .group .integration .dependencies ]
56
- pytest = " ^7.4.0 "
56
+ pytest = " ^8.3.4 "
57
57
pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
58
58
pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/microceph" }
59
59
pytest-operator = " ^0.28.0"
@@ -62,12 +62,12 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
62
62
juju = " ^3.6.0.0"
63
63
ops = " ^2.15.0"
64
64
mysql-connector-python = " ~8.0.33"
65
- tenacity = " ^8.2.2 "
65
+ tenacity = " ^9.0.0 "
66
66
boto3 = " ^1.28.22"
67
67
pyyaml = " ^6.0.1"
68
- urllib3 = " ^1.26.16 "
68
+ urllib3 = " ^2.3.0 "
69
69
lightkube = " ^0.14.0"
70
- kubernetes = " ^27.2 .0"
70
+ kubernetes = " ^32.0 .0"
71
71
allure-pytest = " ^2.13.2"
72
72
allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
73
73
pytest-asyncio = " ^0.21.1"
You can’t perform that action at this time.
0 commit comments