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 @@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0"
9
9
python = " ^3.10"
10
10
ops = " ^2.15.0"
11
11
lightkube = " ^0.15.0"
12
- tenacity = " ^8.2 .2"
12
+ tenacity = " ^9.1 .2"
13
13
boto3 = " ^1.28.22"
14
14
jinja2 = " ^3.1.2"
15
15
pyyaml = " ^6.0.2"
@@ -47,26 +47,26 @@ 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.5 "
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.5 "
57
57
pytest-operator = " ^0.28.0"
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.1 .2"
62
62
boto3 = " ^1.28.22"
63
63
pyyaml = " ^6.0.1"
64
- urllib3 = " ^1.26.16 "
64
+ urllib3 = " ^2.4.0 "
65
65
lightkube = " ^0.15.0"
66
- kubernetes = " ^27.2.0 "
66
+ kubernetes = " ^32.0.1 "
67
67
allure-pytest = " ^2.13.2"
68
68
allure-pytest-default-results = " ^0.1.2"
69
- pytest-asyncio = " ^0.21.1 "
69
+ pytest-asyncio = " ^1.0.0 "
70
70
71
71
[tool .coverage .run ]
72
72
branch = true
You can’t perform that action at this time.
0 commit comments