Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 15, 2025
1 parent 93496e1 commit 1a6969a
Showing 2 changed files with 608 additions and 577 deletions.
1,155 changes: 593 additions & 562 deletions poetry.lock

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,18 +7,18 @@ requires-poetry = ">=2.0.0"

[tool.poetry.dependencies]
python = "^3.10"
ops = "^2.17.0"
ops = "^2.17.1"
cryptography = "^44.0.0"
boto3 = "^1.35.70"
boto3 = "^1.35.99"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
cosl = "^0.0.45"
pydantic = "^1.10.19"
poetry-core = "^2.0.0"
cosl = "^0.0.50"
pydantic = "^1.10.21"
poetry-core = "^2.0.1"
jsonschema = "^4.23.0"
jinja2 = "^3.1.4"
lightkube = "^0.15.5"
jinja2 = "^3.1.5"
lightkube = "^0.17.1"
lightkube-models = "^1.28.1.4"
psycopg2 = "^2.9.10"

@@ -40,7 +40,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.8.0"
ruff = "^0.9.1"

[tool.poetry.group.lint]
optional = true
@@ -52,9 +52,9 @@ codespell = "^2.3.0"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.8"}
pydantic = "^1.10.19"
pytest = "^8.3.3"
coverage = {extras = ["toml"], version = "^7.6.10"}
pydantic = "^1.10.21"
pytest = "^8.3.4"
pytest-mock = "^3.14.0"
pytest-asyncio = "*"
parameterized = "^0.9.0"
@@ -63,17 +63,17 @@ parameterized = "^0.9.0"
optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "^0.15.5"
pytest = "^8.3.3"
lightkube = "^0.17.1"
pytest = "^8.3.4"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.38.0"
pytest-operator = "^0.39.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.6.1.0"
psycopg2-binary = "^2.9.10"
boto3 = "^1.35.70"
boto3 = "^1.35.99"
tenacity = "^9.0.0"
allure-pytest = "^2.13.5"

0 comments on commit 1a6969a

Please sign in to comment.