Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent d4885d5 commit df1991c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
80 changes: 40 additions & 40 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.7.2"
ruff = "^0.7.3"

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

[tool.poetry.group.integration.dependencies]
pytest = "^8.3.3"
lightkube = "^0.15.4"
lightkube = "^0.15.5"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.38.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.5.2.0"
juju = "<=3.5.2.1"

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

0 comments on commit df1991c

Please sign in to comment.