Skip to content

Commit

Permalink
Update dependency poetry-core to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 0b45b1b commit 5aad2d7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
64 changes: 32 additions & 32 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ requires-poetry = ">=2.0.0"
python = ">=3.8,<3.9 || >=3.10,<4"
ops = "^2.17.1"
tenacity = "^9.0.0"
pydantic = "^1.10.21"
pydantic = "^1.10.19"
psycopg2 = "^2.9.10"
psycopg = {extras = ["c"], version = "^3.2.4"} # Used by data_interfaces.py
jinja2 = "^3.1.5"
psycopg = {extras = ["c"], version = "^3.2.3"} # Used by data_interfaces.py
jinja2 = "^3.1.4"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand All @@ -35,13 +35,13 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.9.3"
ruff = "^0.8.4"

[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
codespell = "^2.4.1"
codespell = "^2.3.0"

[tool.poetry.group.unit]
optional = true
Expand All @@ -56,18 +56,18 @@ optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^8.3.4"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.39.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.6.1.0"
tenacity = "*"
mailmanclient = "^3.3.5"
psycopg2-binary = "^2.9.10"
landscape-api-py3 = "^0.9.0"
allure-pytest = "^2.13.5"
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 5aad2d7

Please sign in to comment.