Skip to content

Commit d22a29f

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

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"
@@ -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,15 +62,15 @@ 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"
73-
pytest-asyncio = "^0.21.1"
73+
pytest-asyncio = "^1.0.0"
7474
pytest-mock = "^3.14.0"
7575
pytest-operator = "^0.36.0"
7676
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)