Skip to content

Commit

Permalink
upgrade juju-dependencies (#418)
Browse files Browse the repository at this point in the history
upgrade juju dependencies:
- juju-agent 3.5.3 for CI pipeline
- juju 3.5.0 in pyproject.toml (cannot be upgraded to 3.5.2 due to
juju/python-libjuju#1093)
  • Loading branch information
reneradoi authored Aug 29, 2024
1 parent 12ecb8b commit 5ce2068
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cache: true

integration-test:
name: Integration test charm | 3.4.4
name: Integration test charm | 3.5.3
needs:
- lint
- unit-test
Expand All @@ -76,7 +76,7 @@ jobs:
with:
artifact-prefix: packed-charm-cache-true
cloud: lxd
juju-agent-version: 3.4.4
juju-agent-version: 3.5.3
_beta_allure_report: true
secrets:
# GitHub appears to redact each line of a multi-line secret
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/microceph"}
juju = "~3.4.0"
# should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed
juju = "~3.5.0"
ops = "^2.15"
tenacity = "^8.4.2"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit 5ce2068

Please sign in to comment.