Skip to content

Commit abe34d9

Browse files
fix(deps): update python dependencies
1 parent f3aecd1 commit abe34d9

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,7 +11,7 @@ python = "^3.10.12"
1111
mongo-charms-single-kernel = "0.0.9"
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"
@@ -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"}
@@ -63,15 +63,15 @@ mongo-charms-single-kernel = "0.0.9"
6363
allure-pytest = "^2.13.5"
6464
ops = "~2.15.0"
6565
mongo-charms-single-kernel = "0.0.9"
66-
tenacity = "^8.2.3"
66+
tenacity = "^9.0.0"
6767
pymongo = "^4.7.3"
6868
parameterized = "^0.9.0"
6969
lightkube = "^0.15.3"
7070
more_itertools = "*"
71-
kubernetes = "^30.1.0"
71+
kubernetes = "^33.0.0"
7272
juju = "^3.5.0"
7373
pytest = "^8.1.1"
74-
pytest-asyncio = "^0.21.1"
74+
pytest-asyncio = "^1.0.0"
7575
pytest-mock = "^3.14.0"
7676
pytest-operator = "^0.36.0"
7777
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
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)