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