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 Nov 27, 2024
1 parent 9c46d4b commit 601a9bd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.15.0"
cryptography = "^43.0.0"
ops = "^2.17.0"
cryptography = "^43.0.3"
jsonschema = "^4.23.0"
tenacity = "^9.0.0"
cosl = "^0.0.21"
poetry-core = "^1.9.0"
lightkube = "^0.15.3"
cosl = "^0.0.45"
poetry-core = "^1.9.1"
lightkube = "^0.15.5"
lightkube-models = "^1.29.0.6"
pydantic = "^1.10.17"
psycopg2 = "^2.9.9"
psycopg = {extras = ["c"], version = "^3.2.1"}
pydantic = "^1.10.19"
psycopg2 = "^2.9.10"
psycopg = {extras = ["c"], version = "^3.2.3"}
jinja2 = "^3.1.4"

[tool.poetry.group.charm-libs.dependencies]
Expand All @@ -36,7 +36,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

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

[tool.poetry.group.lint]
optional = true
Expand All @@ -48,8 +48,8 @@ codespell = "^2.3.0"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.1"}
pytest = "^8.3.2"
coverage = {extras = ["toml"], version = "^7.6.8"}
pytest = "^8.3.3"
pytest-asyncio = "*"
parameterized = "^0.9.0"

Expand All @@ -58,16 +58,16 @@ optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "*"
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.36.0"
pytest-operator = "^0.38.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.5.2.0"
juju = "<=3.5.2.1"
tenacity = "*"
psycopg2-binary = "^2.9.9"
psycopg2-binary = "^2.9.10"
allure-pytest = "^2.13.5"

[build-system]
Expand Down

0 comments on commit 601a9bd

Please sign in to comment.