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