Skip to content

Commit

Permalink
Update dependency libjuju 2 to v2.9.44.1 (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent fa2e18b commit ac9d1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ landscape-api-py3 = "0.9.0"
mailmanclient = "3.3.5"
pytest = "7.4.2"
pytest-operator = "0.29.0"
juju = "2.9.44.0 || 3.2.0.1" # renovate libjuju
juju = "2.9.44.1 || 3.2.0.1" # renovate libjuju
psycopg2 = {version = "^2.9.5", extras = ["binary"]}

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set_env =
PYTHONPATH = {tox_root}:{tox_root}/lib:{[vars]src_path}
PYTHONBREAKPOINT=ipdb.set_trace
PY_COLORS=1
juju2: LIBJUJU="2.9.44.0" # libjuju2
juju2: LIBJUJU="2.9.44.1" # libjuju2
juju3: LIBJUJU="3.2.0.1" # libjuju3
pass_env =
PYTHONPATH
Expand Down

0 comments on commit ac9d1fe

Please sign in to comment.