Skip to content

Commit bb58c5f

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

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ requires-poetry = ">=2.0.0"
99
[tool.poetry.dependencies]
1010
python = "^3.10.12"
1111
mongo-charms-single-kernel = "0.0.9"
12-
ops = "~2.15.0"
12+
ops = "~3.0.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"
@@ -22,7 +22,7 @@ setuptools = "^72.0.0"
2222
rpds-py = "0.18.0"
2323

2424
[tool.poetry.group.charm-libs.dependencies]
25-
ops = "~2.15.0"
25+
ops = "~3.0.0"
2626
cryptography = "^42.0.5" # tls_certificates lib v3
2727
jsonschema = "^4.22.0" # tls_certificates lib v3
2828
cosl = "*" # loki_push_api
@@ -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"}
@@ -61,17 +61,17 @@ mongo-charms-single-kernel = "0.0.9"
6161

6262
[tool.poetry.group.integration.dependencies]
6363
allure-pytest = "^2.13.5"
64-
ops = "~2.15.0"
64+
ops = "~3.0.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ops==2.15.0
2-
tenacity==8.2.3
1+
ops==3.0.0
2+
tenacity==9.1.2
33
pymongo==4.7.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ops==2.15.0
1+
ops==3.0.0

0 commit comments

Comments
 (0)