Skip to content

Bump certbot from 5.2.2 to 5.3.0 in the certbot group#777

Merged
atodorov merged 1 commit intomasterfrom
dependabot/pip/certbot-2aae661c22
Feb 5, 2026
Merged

Bump certbot from 5.2.2 to 5.3.0 in the certbot group#777
atodorov merged 1 commit intomasterfrom
dependabot/pip/certbot-2aae661c22

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps the certbot group with 1 update: certbot.

Updates certbot from 5.2.2 to 5.3.0

Release notes

Sourced from certbot's releases.

Certbot 5.3.0

Added

  • A new command line flag, --ip-address, has been added. This requests certificates with IP address SANs when using the standalone or manual plugin. Note that for Let's Encrypt's implementation of IP address certificates, you'll also need to pass --preferred-profile shortlived. (#10465)

Changed

  • Deploy directory hooks are now also run when using certbot certonly or certbot run to get a new cert. This change was made for pre and post directory hooks in our 3.2.0 release so this change unifies Certbot's behavior here. (#9978)
  • A few largely unused functions/types have been deprecated in our effort to remove our pyOpenSSL dependency: * Deprecated: certbot.crypto_util.get_sans_from_cert * Deprecated: certbot.crypto_util.get_names_from_cert * Deprecated: certbot.crypto_util.get_names_from_req * Deprecated: certbot.crypto_util.import_csr_file (and replaced by certbot.crypto_util.read_csr_file) * Deprecated: acme.crypto_util.Format (#10433)
  • achallenges.KeyAuthorizationAnnotatedChallenge, achallenges.DNS, and achallenges.Other have a new field identifier, of type acme.messages.Identifier. This should be used in place of the domain field, which is now deprecated both as an attribute and during object creation. (#10491)
  • Authenticator.get_chall_pref's argument has been renamed from domain to identifier, and can now receive string-formatted IP addresses in addition to domain names. (#10495)
  • san.DNSName now calls util.enforce_domain_sanity to reduce code duplication (#10519)

Fixed

  • Removed the outdated email address from our Python packages' metadata. (#10533)
  • The HTTP01.uri method will now properly enclose IPv6 addresses in square brackets. (#10548)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 4, 2026
Bumps the certbot group with 1 update: [certbot](https://github.com/certbot/certbot).

Updates `certbot` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/certbot/certbot/releases)
- [Commits](certbot/certbot@v5.2.2...v5.3.0)

---
updated-dependencies:
- dependency-name: certbot
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: certbot
...

Signed-off-by: dependabot[bot] <support@github.com>
@atodorov atodorov force-pushed the dependabot/pip/certbot-2aae661c22 branch from 19bf802 to 398b148 Compare February 5, 2026 08:10
@atodorov atodorov merged commit 9c6319b into master Feb 5, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/certbot-2aae661c22 branch February 5, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments