Skip to content

Commit 484457f

Browse files
Lock file maintenance Python dependencies
1 parent 1301de0 commit 484457f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pyproject.toml

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ requires-poetry = ">=2.0.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
ops = "^2.15.0"
11-
lightkube = "^0.14.0"
12-
tenacity = "^8.2.2"
13-
boto3 = "^1.28.22"
10+
ops = "^2.18.0"
11+
lightkube = "^0.17.1"
12+
tenacity = "^8.5.0"
13+
boto3 = "^1.36.12"
1414
jinja2 = "^3.1.2"
1515
pyyaml = "^6.0.2"
1616

@@ -36,41 +36,41 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3636
optional = true
3737

3838
[tool.poetry.group.format.dependencies]
39-
ruff = "^0.4.5"
39+
ruff = "^0.9.4"
4040

4141
[tool.poetry.group.lint]
4242
optional = true
4343

4444
[tool.poetry.group.lint.dependencies]
45-
ruff = "^0.4.5"
46-
codespell = "^2.3.0"
45+
ruff = "^0.9.4"
46+
codespell = "^2.4.1"
4747
shellcheck-py = "^0.9.0.5"
4848

4949
[tool.poetry.group.unit.dependencies]
50-
pytest = "^7.4.0"
51-
pytest-mock = "^3.11.1"
52-
coverage = {extras = ["toml"], version = "^7.2.7"}
50+
pytest = "^7.4.4"
51+
pytest-mock = "^3.14.0"
52+
coverage = {extras = ["toml"], version = "^7.6.10"}
5353
parameterized = "^0.9.0"
5454

5555
[tool.poetry.group.integration.dependencies]
56-
pytest = "^7.4.0"
56+
pytest = "^7.4.4"
5757
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
5858
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/microceph"}
59-
pytest-operator = "^0.28.0"
59+
pytest-operator = "^0.39.0"
6060
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6161
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6262
juju = "^3.6.0.0"
63-
ops = "^2.15.0"
63+
ops = "^2.18.0"
6464
mysql-connector-python = "~8.0.33"
65-
tenacity = "^8.2.2"
66-
boto3 = "^1.28.22"
67-
pyyaml = "^6.0.1"
68-
urllib3 = "^1.26.16"
69-
lightkube = "^0.14.0"
65+
tenacity = "^8.5.0"
66+
boto3 = "^1.36.12"
67+
pyyaml = "^6.0.2"
68+
urllib3 = "^1.26.20"
69+
lightkube = "^0.17.1"
7070
kubernetes = "^27.2.0"
71-
allure-pytest = "^2.13.2"
71+
allure-pytest = "^2.13.5"
7272
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
73-
pytest-asyncio = "^0.21.1"
73+
pytest-asyncio = "^0.25.3"
7474

7575
[tool.coverage.run]
7676
branch = true

0 commit comments

Comments
 (0)