Skip to content

Commit

Permalink
chore: Update charm libraries (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
telcobot authored Feb 12, 2025
1 parent 0e075aa commit 6df2679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/tls_certificates_interface/v4/tls_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

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

PYDEPS = [
"cryptography>=43.0.0",
Expand Down Expand Up @@ -1443,7 +1443,7 @@ def _find_available_certificates(self):
logger.debug(
"Secret %s with correct certificate already exists", secret_label
)
return
continue
secret.set_content(
content={
"certificate": str(provider_certificate.certificate),
Expand Down

0 comments on commit 6df2679

Please sign in to comment.