Skip to content

Commit

Permalink
Update dependency libjuju 2 to v2.9.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 36f227b commit 0e489e8
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 @@ -50,7 +50,7 @@ optional = true
[tool.poetry.group.integration.dependencies]
pytest = "7.4.3"
pytest-operator = "0.31.0"
juju = "2.9.44.1 || 3.2.0.1" # renovate libjuju
juju = "2.9.45.0 || 3.2.0.1" # renovate libjuju
tenacity = "8.2.3"
mailmanclient = "3.3.5"
psycopg2 = {version = "^2.9.6", extras = ["binary"]}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set_env =
PYTHONPATH = {tox_root}:{tox_root}/lib:{[vars]src_path}
PYTHONBREAKPOINT=ipdb.set_trace
PY_COLORS=1
juju2: LIBJUJU="2.9.44.1" # libjuju2
juju2: LIBJUJU="2.9.45.0" # libjuju2
juju3: LIBJUJU="3.2.0.1" # libjuju3
pass_env =
PYTHONPATH
Expand Down

0 comments on commit 0e489e8

Please sign in to comment.