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 Feb 17, 2025
1 parent 26680c7 commit 7e8d134
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ requires-poetry = ">=2.0.0"


[tool.poetry.dependencies]
lightkube = "^0.15.3"
lightkube = "^0.17.1"
python = "^3.10"
mongo-charms-single-kernel = "~0.0.1"
dacite = "==1.8.0"
ops = "^2.15.0"
pymongo = "^4.7.3"
tenacity = "^8.2.3"
pyyaml = "^6.0.1"
jinja2 = "^3.1.3"
poetry-core = "^2.0"
data-platform-helpers = "^0.1.2"
mongo-charms-single-kernel = "~0.0.2"
dacite = "==1.9.2"
ops = "^2.18.1"
pymongo = "^4.11.1"
tenacity = "^8.5.0"
pyyaml = "^6.0.2"
jinja2 = "^3.1.5"
poetry-core = "^2.1.1"
data-platform-helpers = "^0.1.4"
# FIXME: Unpin once rustc 1.76 is available at build time
rpds-py = "<0.19"
rpds-py = "<0.23"
overrides = "^7.7.0"

[tool.poetry.group.charm-libs.dependencies]
Expand All @@ -38,37 +38,37 @@ poetry-plugin-export = ">=1.8"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.5"
ruff = "^0.9.6"

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

[tool.poetry.group.lint.dependencies]
ruff = "^0.4.5"
codespell = "^2.2.6"
ruff = "^0.9.6"
codespell = "^2.4.1"
shellcheck-py = "^0.10.0.1"

[tool.poetry.group.unit.dependencies]
mongo-charms-single-kernel = "~0.0.1"
dacite = "==1.8.0"
coverage = {extras = ["toml"], version = "^7.5.0"}
pytest = "^8.1.1"
mongo-charms-single-kernel = "~0.0.2"
dacite = "==1.9.2"
coverage = {extras = ["toml"], version = "^7.6.12"}
pytest = "^8.3.4"
parameterized = "^0.9.0"

[tool.poetry.group.integration.dependencies]
mongo-charms-single-kernel = "~0.0.1"
dacite = "==1.8.0"
ops = "^2.15.0"
mongo-charms-single-kernel = "~0.0.2"
dacite = "==1.9.2"
ops = "^2.18.1"
allure-pytest = "^2.13.5"
tenacity = "^8.2.3"
pymongo = "^4.7.3"
tenacity = "^8.5.0"
pymongo = "^4.11.1"
parameterized = "^0.9.0"
lightkube = "^0.15.3"
lightkube = "^0.17.1"
kubernetes = "^30.1.0"
juju = "^3.5.0"
pytest = "^8.1.1"
pytest = "^8.3.4"
pytest-mock = "^3.14.0"
pytest-operator = "^0.34.0"
pytest-operator = "^0.40.0"
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"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
Expand Down

0 comments on commit 7e8d134

Please sign in to comment.