Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#382)
Browse files Browse the repository at this point in the history
* Lock file maintenance Python dependencies

* Backoff coverage

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dragomir Penev <[email protected]>
  • Loading branch information
renovate[bot] and dragomirp authored Oct 10, 2024
1 parent 06a21d5 commit 4594e92
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"matchDatasources": ["pypi"],
"allowedVersions": "<3",
"groupName": "Juju agents"
},
{
"matchManagers": ["poetry"],
"matchPackageNames": ["coverage"],
"matchDatasources": ["pypi"],
"enabled": false
}
],
"regexManagers": [
Expand Down
14 changes: 7 additions & 7 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 @@ -9,7 +9,7 @@ python = "^3.8.10"
ops = "^2.17.0"
pgconnstr = "^1.0.1"
tenacity = "^9.0.0"
cosl = "^0.0.39"
cosl = "^0.0.40"
pydantic = "^1.10.18"
poetry-core = "^1.9.0"
cryptography = "^43.0.1"
Expand Down Expand Up @@ -51,7 +51,7 @@ codespell = "^2.3.0"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.1"}
coverage = {extras = ["toml"], version = "==7.6.1"}
pytest = "^8.3.3"
pytest-asyncio = "*"
parameterized = "^0.9.0"
Expand All @@ -62,7 +62,7 @@ optional = true
[tool.poetry.group.integration.dependencies]
pytest = "^8.3.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.37.0"
pytest-operator = "^0.38.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.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 4594e92

Please sign in to comment.