Skip to content

Commit 37bbbe0

Browse files
fix(deps): update python dependencies
1 parent 732c94a commit 37bbbe0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ mongo-charms-single-kernel = "~0.0.4"
1212
dacite = "==1.8.0"
1313
ops = "~2.15.0"
1414
pymongo = "^4.7.3"
15-
tenacity = "^8.2.3"
15+
tenacity = "^9.0.0"
1616
pyyaml = "^6.0.1"
1717
jinja2 = "^3.1.3"
1818
poetry-core = "^2.0"
1919
data-platform-helpers = "^0.1.3"
2020
overrides = "^7.7.0"
2121
lightkube = "^0.15.3"
22-
setuptools = "^72.0.0"
22+
setuptools = "^76.0.0"
2323

2424
[tool.poetry.group.charm-libs.dependencies]
2525
ops = "~2.15.0"
@@ -34,8 +34,8 @@ poetry-plugin-export = ">=1.8"
3434
optional = true
3535

3636
[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"
3939

4040
[tool.poetry.group.lint]
4141
optional = true
@@ -49,8 +49,8 @@ pyproject-flake8 = "^7.0.0"
4949
pep8-naming = "^0.13.3"
5050
codespell = "^2.2.6"
5151
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"
5454

5555
[tool.poetry.group.unit.dependencies]
5656
coverage = {extras = ["toml"], version = "^7.5.0"}
@@ -65,12 +65,12 @@ allure-pytest = "^2.13.5"
6565
ops = "~2.15.0"
6666
mongo-charms-single-kernel = "~0.0.4"
6767
dacite = "==1.8.0"
68-
tenacity = "^8.2.3"
68+
tenacity = "^9.0.0"
6969
pymongo = "^4.7.3"
7070
parameterized = "^0.9.0"
7171
lightkube = "^0.15.3"
7272
more_itertools = "*"
73-
kubernetes = "^30.1.0"
73+
kubernetes = "^32.0.0"
7474
juju = "^3.5.0"
7575
pytest = "^8.1.1"
7676
pytest-asyncio = "^0.21.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ops==2.15.0
2-
tenacity==8.2.3
2+
tenacity==9.0.0
33
pymongo==4.7.3

0 commit comments

Comments
 (0)