From 0e9aa134c21e0fb5fc17bc4a07b784d96d2ca979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:54:05 +0000 Subject: [PATCH] chore: bump juju from 3.5.2.0 to 3.5.2.1 Bumps [juju](https://github.com/juju/python-libjuju) from 3.5.2.0 to 3.5.2.1. - [Release notes](https://github.com/juju/python-libjuju/releases) - [Changelog](https://github.com/juju/python-libjuju/blob/3.5.2.1/docs/changelog.rst) - [Commits](https://github.com/juju/python-libjuju/compare/3.5.2.0...3.5.2.1) --- updated-dependencies: - dependency-name: juju dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b3c496a..ea4301c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ jinja2==3.1.4 # via # -r requirements.in # pytest-operator -juju==3.5.2.0 +juju==3.5.2.1 # via # -r requirements.in # pytest-operator