Skip to content

Commit 392f6cd

Browse files
Lock file maintenance Python dependencies
1 parent 6022cb5 commit 392f6cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ python = "^3.8"
1111
optional = true
1212

1313
[tool.poetry.group.format.dependencies]
14-
ruff = "^0.8.0"
14+
ruff = "^0.11.11"
1515

1616
[tool.poetry.group.lint]
1717
optional = true
1818

1919
[tool.poetry.group.lint.dependencies]
20-
ruff = "^0.8.0"
21-
codespell = "2.3.0"
20+
ruff = "^0.11.11"
21+
codespell = "2.4.1"
2222

2323
[tool.poetry.group.integration.dependencies]
24-
pytest = "^8.3.3"
24+
pytest = "^8.3.5"
2525
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
26-
pytest-operator = "^0.38.0"
26+
pytest-operator = "^0.42.0"
2727
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
2828
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
2929
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
3030
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
31-
juju = ">=3.5.2.1"
31+
juju = ">=3.6.1.2"
3232
mysql-connector-python = "~8.0.33"
33-
allure-pytest = "^2.13.5"
33+
allure-pytest = "^2.14.2"
3434

3535
# Testing tools configuration
3636
[tool.coverage.run]

0 commit comments

Comments
 (0)