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
@@ -44,13 +44,13 @@ codespell = "^2.3.0"
44
44
shellcheck-py = " ^0.9.0.5"
45
45
46
46
[tool .poetry .group .unit .dependencies ]
47
- pytest = " ^7.4.0 "
47
+ pytest = " ^8.3.4 "
48
48
pytest-mock = " ^3.11.1"
49
49
coverage = {extras = [" toml" ], version = " ^7.2.7" }
50
50
parameterized = " ^0.9.0"
51
51
52
52
[tool .poetry .group .integration .dependencies ]
53
- pytest = " ^7.4.0 "
53
+ pytest = " ^8.3.4 "
54
54
pytest-github-secrets = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/github_secrets" }
55
55
pytest-microceph = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/microceph" }
56
56
pytest-operator = " ^0.28.0"
@@ -59,12 +59,12 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
59
59
juju = " ^3.6.0.0"
60
60
ops = " ^2.15.0"
61
61
mysql-connector-python = " ~8.0.33"
62
- tenacity = " ^8.2.2 "
62
+ tenacity = " ^9.0.0 "
63
63
boto3 = " ^1.28.22"
64
64
pyyaml = " ^6.0.1"
65
- urllib3 = " ^1.26.16 "
65
+ urllib3 = " ^2.3.0 "
66
66
lightkube = " ^0.14.0"
67
- kubernetes = " ^27.2 .0"
67
+ kubernetes = " ^31.0 .0"
68
68
allure-pytest = " ^2.13.2"
69
69
allure-pytest-collection-report = {git = " https://github.com/canonical/data-platform-workflows" , tag = " v29.0.0" , subdirectory = " python/pytest_plugins/allure_pytest_collection_report" }
70
70
pytest-asyncio = " ^0.21.1"
You can’t perform that action at this time.
0 commit comments