File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
tests/integration/ha_tests/application_charm Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ mongo-charms-single-kernel = "~0.0.4"
12
12
dacite = " ==1.8.0"
13
13
ops = " ~2.15.0"
14
14
pymongo = " ^4.7.3"
15
- tenacity = " ^8.2.3 "
15
+ tenacity = " ^9.0.0 "
16
16
pyyaml = " ^6.0.1"
17
17
jinja2 = " ^3.1.3"
18
18
poetry-core = " ^2.0"
19
19
data-platform-helpers = " ^0.1.3"
20
20
overrides = " ^7.7.0"
21
21
lightkube = " ^0.15.3"
22
- setuptools = " ^72 .0.0"
22
+ setuptools = " ^78 .0.0"
23
23
24
24
[tool .poetry .group .charm-libs .dependencies ]
25
25
ops = " ~2.15.0"
@@ -34,8 +34,8 @@ poetry-plugin-export = ">=1.8"
34
34
optional = true
35
35
36
36
[tool .poetry .group .format .dependencies ]
37
- black = " ^24.4.2 "
38
- isort = " ^5.13.2 "
37
+ black = " ^25.0.0 "
38
+ isort = " ^6.0.0 "
39
39
40
40
[tool .poetry .group .lint ]
41
41
optional = true
@@ -49,8 +49,8 @@ pyproject-flake8 = "^7.0.0"
49
49
pep8-naming = " ^0.13.3"
50
50
codespell = " ^2.2.6"
51
51
shellcheck-py = " ^0.10.0.1"
52
- black = " ^24.4.2 "
53
- isort = " ^5.13.2 "
52
+ black = " ^25.0.0 "
53
+ isort = " ^6.0.0 "
54
54
55
55
[tool .poetry .group .unit .dependencies ]
56
56
coverage = {extras = [" toml" ], version = " ^7.5.0" }
@@ -65,12 +65,12 @@ allure-pytest = "^2.13.5"
65
65
ops = " ~2.15.0"
66
66
mongo-charms-single-kernel = " ~0.0.4"
67
67
dacite = " ==1.8.0"
68
- tenacity = " ^8.2.3 "
68
+ tenacity = " ^9.0.0 "
69
69
pymongo = " ^4.7.3"
70
70
parameterized = " ^0.9.0"
71
71
lightkube = " ^0.15.3"
72
72
more_itertools = " *"
73
- kubernetes = " ^30.1 .0"
73
+ kubernetes = " ^32.0 .0"
74
74
juju = " ^3.5.0"
75
75
pytest = " ^8.1.1"
76
76
pytest-asyncio = " ^0.21.1"
Original file line number Diff line number Diff line change 1
1
ops == 2.15.0
2
- tenacity == 8.2.3
2
+ tenacity == 9.1.2
3
3
pymongo == 4.7.3
You can’t perform that action at this time.
0 commit comments