Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 3d571a1 commit 40a68d7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 61 deletions.
115 changes: 57 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ops = ">=2.0.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.8.3"
ruff = "^0.8.4"

[tool.poetry.group.lint]
optional = true
Expand All @@ -32,13 +32,13 @@ optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^8.3.4"
lightkube = "^0.15.8"
lightkube = "^0.16.1"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.39.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.6.0.0"
juju = "<=3.6.1.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 40a68d7

Please sign in to comment.