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 Apr 30, 2024
1 parent cd490f5 commit eaa7594
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cosl = "*"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.1"
ruff = "^0.4.2"

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

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.5.0"}
pytest = "^8.1.1"
pytest = "^8.2.0"
pytest-asyncio = "*"
jinja2 = "^3.1.3"
parameterized = "^0.9.0"
Expand All @@ -63,9 +63,9 @@ optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "*"
pytest = "^8.1.1"
pytest = "^8.2.0"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.34.0"
pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
Expand Down

0 comments on commit eaa7594

Please sign in to comment.