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 May 1, 2024
1 parent cd490f5 commit d5e0092
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 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.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/canonical/pgbouncer-k8s-operator"
python = "^3.8.10"
ops = "^2.12.0"
cryptography = "^42.0.5"
jsonschema = "^4.21.1"
jsonschema = "^4.22.0"
tenacity = "^8.2.3"
cosl = "^0.0.11"
poetry-core = "^1.9.0"
Expand All @@ -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 d5e0092

Please sign in to comment.