Skip to content

Commit 78d76cc

Browse files
fix(deps): update python dependencies
1 parent 7b0cc5a commit 78d76cc

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
@@ -11,14 +11,14 @@ python = "^3.10.12"
1111
mongo-charms-single-kernel = "==0.0.6"
1212
ops = "~2.15.0"
1313
pymongo = "^4.7.3"
14-
tenacity = "^8.2.3"
14+
tenacity = "^9.0.0"
1515
pyyaml = "^6.0.1"
1616
jinja2 = "^3.1.3"
1717
poetry-core = "^2.0"
1818
data-platform-helpers = "^0.1.3"
1919
overrides = "^7.7.0"
2020
lightkube = "^0.15.3"
21-
setuptools = "^72.0.0"
21+
setuptools = "^80.0.0"
2222

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

3535
[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"
3838

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

5454
[tool.poetry.group.unit.dependencies]
5555
coverage = {extras = ["toml"], version = "^7.5.0"}
@@ -62,12 +62,12 @@ mongo-charms-single-kernel = "==0.0.6"
6262
allure-pytest = "^2.13.5"
6363
ops = "~2.15.0"
6464
mongo-charms-single-kernel = "==0.0.6"
65-
tenacity = "^8.2.3"
65+
tenacity = "^9.0.0"
6666
pymongo = "^4.7.3"
6767
parameterized = "^0.9.0"
6868
lightkube = "^0.15.3"
6969
more_itertools = "*"
70-
kubernetes = "^30.1.0"
70+
kubernetes = "^32.0.0"
7171
juju = "^3.5.0"
7272
pytest = "^8.1.1"
7373
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.1.2
33
pymongo==4.7.3

0 commit comments

Comments
 (0)