Skip to content

Commit 61bb91a

Browse files
committed
Juju 3.5
1 parent ea01b87 commit 61bb91a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
artifact-prefix: packed-charm-cache-true
8686
cloud: lxd
87-
juju-agent-version: 3.4.3
87+
juju-agent-version: 3.5.3
8888
_beta_allure_report: true
8989
secrets:
9090
# GitHub appears to redact each line of a multi-line secret

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ poetry-plugin-export = "^1.8.0"
4040
# TODO: clean any of the notes below and their deps.
4141
[tool.poetry.group.charm-libs.dependencies]
4242
# data_platform_libs/v0/data_interfaces.py
43-
ops = "^2.13.0"
43+
ops = "^2.15.0"
4444
poetry-core = "^1.9.0"
4545
# tls_certificates_interface/v3/tls_certificates.py
4646
cryptography = "^42.0.8"
@@ -95,7 +95,8 @@ responses = "^0.25.3"
9595

9696
[tool.poetry.group.integration.dependencies]
9797
pytest = "^8.2.2"
98-
juju = "^3.2.0"
98+
# should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed
99+
juju = "~3.5.0"
99100
tenacity = "^8.4.2"
100101
coverage = {extras = ["toml"], version = ">7.0"}
101102
pytest-operator = ">0.20"

0 commit comments

Comments
 (0)