Skip to content

Commit

Permalink
chore: update charm libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 5, 2024
1 parent e958735 commit 19567a6
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _on_certificate_removed(self, event: CertificateRemovedEvent):

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 5
LIBPATCH = 6

PYDEPS = ["jsonschema"]

Expand Down Expand Up @@ -379,7 +379,7 @@ def _on_relation_changed(self, event: RelationChangedEvent) -> None:
)

def _on_relation_broken(self, event: RelationBrokenEvent) -> None:
"""Handler triggered on relation broken event.
"""Handle relation broken event.
Args:
event: Juju event
Expand Down
Loading

0 comments on commit 19567a6

Please sign in to comment.