Skip to content

Commit f8c986c

Browse files
fix(deps): update python dependencies
1 parent 70f1a80 commit f8c986c

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.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"
@@ -35,8 +35,8 @@ poetry-plugin-export = ">=1.8"
3535
optional = true
3636

3737
[tool.poetry.group.format.dependencies]
38-
black = "^24.4.2"
39-
isort = "^5.13.2"
38+
black = "^25.0.0"
39+
isort = "^6.0.0"
4040

4141
[tool.poetry.group.lint]
4242
optional = true
@@ -50,8 +50,8 @@ pyproject-flake8 = "^7.0.0"
5050
pep8-naming = "^0.13.3"
5151
codespell = "^2.2.6"
5252
shellcheck-py = "^0.10.0.1"
53-
black = "^24.4.2"
54-
isort = "^5.13.2"
53+
black = "^25.0.0"
54+
isort = "^6.0.0"
5555

5656
[tool.poetry.group.unit.dependencies]
5757
coverage = {extras = ["toml"], version = "^7.5.0"}
@@ -64,15 +64,15 @@ mongo-charms-single-kernel = "==0.0.6"
6464
allure-pytest = "^2.13.5"
6565
ops = "~2.15.0"
6666
mongo-charms-single-kernel = "==0.0.6"
67-
tenacity = "^8.2.3"
67+
tenacity = "^9.0.0"
6868
pymongo = "^4.7.3"
6969
parameterized = "^0.9.0"
7070
lightkube = "^0.15.3"
7171
more_itertools = "*"
72-
kubernetes = "^30.1.0"
72+
kubernetes = "^32.0.0"
7373
juju = "^3.5.0"
7474
pytest = "^8.1.1"
75-
pytest-asyncio = "^0.21.1"
75+
pytest-asyncio = "^1.0.0"
7676
pytest-mock = "^3.14.0"
7777
pytest-operator = "^0.36.0"
7878
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)