From 4312ee4c01d136137eca513b8ab84c1edbc7c9d3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 27 Nov 2023 13:43:45 +0200
Subject: [PATCH] Update dependency libjuju 2 to v2.9.45.0 (#131)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 pyproject.toml | 2 +-
 tox.ini        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index f126abda9..8a2b9a26d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"]}
diff --git a/tox.ini b/tox.ini
index fd6711741..bd69dc6d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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