Skip to content

Commit

Permalink
[charm lib] Update charm lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 7e4c985 commit 8da9b9c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 39 deletions.
92 changes: 56 additions & 36 deletions poetry.lock

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

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.10"
ops = "^2.6.0"
ops = "^2.4.1"
lightkube = "^0.14.0"
tenacity = "^8.2.3"

Expand Down Expand Up @@ -46,14 +46,16 @@ codespell = "^2.2.5"
pytest = "^7.4.0"
pytest-xdist = "^3.3.1"
pytest-cov = "^4.1.0"
ops-scenario = "^5.2"
# Workaround for https://github.com/canonical/ops-scenario/issues/48
ops = "<2.5"
ops-scenario = "^4.0.4.1"

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest-operator = "^0.28.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^2.9.44.1"
juju = "^2.9.44.0"
mysql-connector-python = "~8.0.33"
pyyaml = "^6.0.1"

Expand Down

0 comments on commit 8da9b9c

Please sign in to comment.