Skip to content

Commit e37b093

Browse files
Lock file maintenance Python dependencies
1 parent cd192ab commit e37b093

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

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

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

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

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

2323
[tool.poetry.group.integration.dependencies]
24-
pytest = "^8.3.3"
24+
pytest = "^8.3.4"
2525
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
26-
pytest-operator = "^0.38.0"
26+
pytest-operator = "^0.39.0"
2727
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
2828
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
2929
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.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.0.0"
3232
mysql-connector-python = "~8.0.33"
3333
allure-pytest = "^2.13.5"
3434

0 commit comments

Comments
 (0)