Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group with 11 updates #1830

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the all-dependencies group with 11 updates:

Package From To
dnspython 2.4.2 2.6.1
pulumi 3.112.0 3.113.3
pulumi-random 4.16.0 4.16.1
pytz 2023.4 2024.1
acme 2.6.0 2.10.0
grpcio 1.60.1 1.62.2
protobuf 4.25.3 5.26.1
semver 2.13.0 3.0.2
validators 0.22.0 0.28.1
emoji 2.11.0 2.11.1
sphinx 7.2.6 7.3.7

Updates dnspython from 2.4.2 to 2.6.1

Release notes

Sourced from dnspython's releases.

dnspython 2.6.1

See What's New for details.

This is a bug fix release for 2.6.0 where the "TuDoor" fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.

This release addresses the potential DoS issue discussed in the "TuDoor" paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.

Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

dnspython 2.6.0

See What's New for details.

This release addresses the potential DoS issue discussed in the "TuDoor" paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.

Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

dnspython 2.5.0

See the What's New page for a summary of this release.

Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

Changelog

Sourced from dnspython's changelog.

2.6.1

  • The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout #1053.

2.6.0

  • As mentioned in the "TuDoor" paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.

    This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.

  • Added support for the NSID EDNS option.

  • Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.

  • The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.

2.5.0

  • Dnspython now uses hatchling for builds.

  • Asynchronous destinationless sockets now work on Windows.

  • Cython is no longer supported due to various typing issues.

  • Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.

  • The number of messages in a section can be retrieved with section_count().

  • Truncation preferences for messages can be specified.

  • The length of a message can be automatically prepended when rendering.

... (truncated)

Commits
  • 0a742b9 update CI
  • 0ea5ad0 The Tudoor fix should not eat valid Truncated exceptions #1053 (#1054)
  • f12d398 2.6.1 version prep
  • cecb853 Further improve CVE fix coverage to 100% for sync and async.
  • 7952e31 test IgnoreErrors
  • e093299 For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.
  • 3af9f78 2.6.0 versioning
  • ca63d95 Require cryptography >=41 instead of 42.
  • 902cbf3 Create CODE_OF_CONDUCT.md
  • ed9795f github contributing and pull request template
  • Additional commits viewable in compare view

Updates pulumi from 3.112.0 to 3.113.3

Release notes

Sourced from pulumi's releases.

v3.113.3

3.113.3 (2024-04-19)

Features

  • [cli/about] Add plugin kind to the about output #15996

Bug Fixes

  • [engine] Remove locks between snapshot and executor systems #15998

v3.113.2

3.113.2 (2024-04-18)

Features

  • [backend/{diy,service}] Elide state file writes for unchanged component outputs #15976

Bug Fixes

  • [engine] Display the entire preview with diff when a protected resource needs replacement #15969

v3.113.1

3.113.1 (2024-04-18)

Features

  • [auto/{go,nodejs,python}] Add support for inheritSettings to go, nodejs and python automation API. #15684

Bug Fixes

  • [backend] Fix incorrect dependency sorting in snapshot

v3.113.0

3.113.0 (2024-04-15)

Features

... (truncated)

Changelog

Sourced from pulumi's changelog.

3.113.3 (2024-04-19)

Features

  • [cli/about] Add plugin kind to the about output #15996

Bug Fixes

  • [engine] Remove locks between snapshot and executor systems #15998

3.113.2 (2024-04-18)

Features

  • [backend/{diy,service}] Elide state file writes for unchanged component outputs #15976

Bug Fixes

  • [engine] Display the entire preview with diff when a protected resource needs replacement #15969

3.113.1 (2024-04-18)

Features

  • [auto/{go,nodejs,python}] Add support for inheritSettings to go, nodejs and python automation API. #15684

Bug Fixes

  • [backend] Fix incorrect dependency sorting in snapshot

3.113.0 (2024-04-15)

Features

  • [sdk/nodejs] Make TypeScript and ts-node optional peer dependencies to allow using user specified versions #15622

    Note: TypeScript and ts-node are now optional peer dependencies of the Node.js SDK. This makes its possible to chose any version of these packages by adding them as dependency or devDependency to your package.json. If these optional peer dependencies are not installed, Pulumi will fallback to bundled versions included in the Node.js SDK to maintain backwards compatibility. As a side effect of this change, the tsc binary is no longer available in node_modules/.bin/tsc. If you rely on tsc being available in your project, add it as a dependency or devDependency to your package.json.

... (truncated)

Commits

Updates pulumi-random from 4.16.0 to 4.16.1

Release notes

Sourced from pulumi-random's releases.

v4.16.1

Changelog

  • bed34b6 Add tests for random (#872)
  • a1a0d35 Update GitHub Actions workflows. (#744)
  • 090f262 Update GitHub Actions workflows. (#750)
  • deb359a Update GitHub Actions workflows. (#763)
  • 48353c4 Update GitHub Actions workflows. (#769)
  • d33ccff Update GitHub Actions workflows. (#833)
  • 9e0f1d0 Update GitHub Actions workflows. (#859)
  • 13f7884 Update GitHub Actions workflows. (#865)
  • f3f176e Update GitHub Actions workflows. (#879)
  • cb53f4a Update GitHub Actions workflows. (#883)
  • a97be78 Update GitHub Actions workflows. (#893)
  • 84f5f33 Upgrade pulumi-terraform-bridge to v3.77.0 (#808)
  • 0a1b5f2 Upgrade pulumi-terraform-bridge to v3.78.0 (#839)
  • 904672c Upgrade pulumi-terraform-bridge to v3.79.0 (#862)
  • 008504d Upgrade pulumi-terraform-bridge to v3.80.0 (#869)
  • afe8434 Upgrade terraform-provider-random to v3.6.1 (#892)
  • 9f64c2c falseUpdate GitHub Actions workflows. (#858)
Commits

Updates pytz from 2023.4 to 2024.1

Commits

Updates acme from 2.6.0 to 2.10.0

Release notes

Sourced from acme's releases.

Certbot 2.10.0

Added

  • The Python source packages which we upload to PyPI are now also being uploaded to our releases on GitHub where we now also include a SHA256SUMS checksum file and a PGP signature for that file.

Changed

  • We no longer publish our beta Windows installer as was originally announced here.

Fixed

More details about these changes can be found on our GitHub repo.

Certbot 2.9.0

Added

  • Support for Python 3.12 was added.

Changed

Fixed

  • Updates joinpath syntax to only use one addition per call, because the multiple inputs version was causing mypy errors on Python 3.10.
  • Makes the reconfigure verb actually use the staging server for the dry run to check the new configuration.

More details about these changes can be found on our GitHub repo.

Certbot 2.8.0

Added

  • Added support for Alpine Linux distribution when is used the apache plugin

Changed

  • Support for Python 3.7 was removed.

Fixed

... (truncated)

Commits
  • 4d7d0d6 Release 2.10.0
  • cf77b3c Update changelog for 2.10.0 release
  • a7674bd Merge pull request #9926 from certbot/docker-compose-v2
  • cdeac7a Remove CHANGELOG entry, update contributing docs
  • 50b2097 conftest: use docker compose ls to test
  • 30e7f23 Switch to using docker compose v2
  • 248455a add back package signing (#9913)
  • 7abf143 update centos9stream ami (#9914)
  • f4e031f Add troubleshooting instructions to the finish_release script for snapcraft c...
  • 2844fdd Merge pull request #9895 from certbot/candidate-2.9.0
  • Additional commits viewable in compare view

Updates grpcio from 1.60.1 to 1.62.2

Release notes

Sourced from grpcio's releases.

Release v1.62.2

This is release gRPC Core 1.62.2 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

Full Changelog: grpc/grpc@v1.62.1...v1.62.2

Release v1.62.1

This is release gRPC Core 1.62.1 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.62.0

This is release 1.62.0 (guardian) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [metadata] Allow non application/grpc content-type values. (#35824)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#35768)
  • [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#35602)

Python

  • [Build] Strip armv7 artifacts. (#35832)
  • [Python AIO] Handle DeprecationWarnings when get current loop. (#35583)
  • [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#35376)
  • [Python O11y] Build and distrib O11y package. (#35578)
  • [Python setuptools] Import error from distutils for lower version of setuptools. (#35561)
  • [ruby] Fix use-after-free for post-fork channel recreation. (#35488)

Ruby

  • [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#35399)

... (truncated)

Commits
  • 96f9847 [Release] Bump version to 1.62.2 (on v1.62.x branch) (#36385)
  • 6aae494 [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil...
  • a2ab898 [PSM Interop] Migrate to Artifact Registry (v1.62.x backport) (#36310)
  • 964cc06 [PSM Interop] Enable More CSM test for Python and add tini to Python interop ...
  • 6d7a558 [PSM Interop] Enable affinity_session_drain_test for cpp (v1.62.x backport) (...
  • 98e6cb4 Bump release version 202403071400 (#36073)
  • 18386ea [EventEngine] rm invalid assert (#35953) (#36067)
  • 913fee2 [Interop] Make C++ xDS Interop Client and Server Responsive to SIGTERM (v1.62...
  • c643d2a [Python o11y] Fix readme (v1.62.x backport) (#35993)
  • 73d3157 [Documentation] Backport #35973: Make Bazel requirements installable directly...
  • Additional commits viewable in compare view

Updates protobuf from 4.25.3 to 5.26.1

Commits
  • 2434ef2 Updating version.json and repo version numbers to: 26.1
  • 49253b1 Merge pull request #16308 from protocolbuffers/cp-26x-3
  • 9bf69ec Fix validateFeatures to be called after resolved features are actually set to...
  • b752bc2 Merge pull request #16307 from protocolbuffers/cp-26x-2
  • f7d2326 Merge pull request #16309 from protocolbuffers/cp-26x-4
  • 2e51ff6 Cherry-pick required label handling in JRuby field descriptor from https://gi...
  • a2f5303 Update cmake stalenes
  • 6a177d2 Merge branch '26.x' into cp-26x-4
  • 2d3d8ba Expand cpp_features_proto_srcs visibility
  • e1092ee Merge pull request #16294 from protocolbuffers/cp-26x
  • Additional commits viewable in compare view

Updates semver from 2.13.0 to 3.0.2

Release notes

Sourced from semver's releases.

3.0.2

Documentation: https://python-semver.rtfd.io/en/3.0.2/ PyPI: https://pypi.org/project/semver/3.0.2/ Full Changelog: python-semver/python-semver@3.0.1...3.0.2 Full Changelog between last 2 release and 3: python-semver/python-semver@3.0.1...3.0.2

What's Changed

New Contributors

Full Changelog: python-semver/python-semver@3.0.1...3.0.2

3.0.1

Related pr: #413

Documentation: https://python-semver.rtfd.io/en/3.0.1/ PyPI: https://pypi.org/project/semver/3.0.1/ Full Changelog: python-semver/python-semver@3.0.0...3.0.1 Full Changelog between last 2 release and 3: python-semver/python-semver@2.13.0...3.0.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from semver's changelog.

Version 3.0.2

:Released: 2023-10-09 :Maintainer:

Bug Fixes

  • :pr:418: Replace :class:~collection.OrderedDict with :class:dict.

    The dict datatype is ordered since Python 3.7. As we do not support Python 3.6 anymore, it can be considered safe to avoid :class:~collection.OrderedDict. Related to :gh:419.

  • :pr:426: Fix :meth:~semver.version.Version.replace method to use the derived class of an instance instead of :class:~semver.version.Version class.

Improved Documentation

  • :pr:431: Clarify version policy for the different semver versions (v2, v3, >v3) and the supported Python versions.

  • :gh:432: Improve external doc links to Python and Pydantic.

Features

  • :pr:417: Amend GitHub Actions to check against MacOS.

Trivial/Internal Changes

  • :pr:420: Introduce :py:class:~typing.ClassVar for some :class:~semver.version.Version class variables, mainly :data:~semver.version.Version.NAMES and some private.

  • :pr:421: Insert mypy configuration into :file:pyproject.toml and remove config options from :file:tox.ini.


... (truncated)

Commits
  • ec9348a Add missing .readthedocs.yaml
  • f65feab Correct some smaller issues when building
  • 2154ce7 Merge pull request #433 from tomschr/release/3.0.2
  • fb02b3b Build 3.0.2 release of semver
  • c534e3f Merge pull request #432 from tomschr/improve-intersphinx
  • 23e0e73 Improve external docs with intersphinx extension
  • 9a98394 Merge pull request #431 from tomschr/version-policy
  • 083b592 Clarify version policy for semver
  • 9391f8a Rename a news fragment for Towncrier
  • bd313ed Merge pull request #430 from apiwat-chantawibul/fix-semver-pydantic-serializa...
  • Additional commits viewable in compare view

Updates validators from 0.22.0 to 0.28.1

Release notes

Sourced from validators's releases.

0.28.1

Breaking

No breaking changes were introduced in this version.

Features

No features were introduced in this version.

Maintenance

Full Changelog: 0.28.0...0.28.1

0.28.0

Breaking ⚠️

Features

Maintenance

  • maint: updated dev dependencies, doc links; bump version by @​yozachar in #361

Full Changelog: 0.27.0...0.28.0

0.27.0

Breaking ⚠️

Features

Maintenance

... (truncated)

Changelog

Sourced from validators's changelog.

0.28.1 (2024-04-19)

Breaking

No breaking changes were introduced in this version.

Features

No features were introduced in this version.

Maintenance

Full Changelog: 0.28.0...0.28.1

0.28.0 (2024-04-04)

Breaking ⚠️

Features

Maintenance

  • maint: updated dev dependencies, doc links; bump version by @​yozachar in #361

Full Changelog: 0.27.0...0.28.0


0.27.0 (2024-04-03)

Breaking ⚠️

Features

... (truncated)

Commits
  • 8b16fcb Merge pull request #370 from yozachar/workshop
  • 79b031a chore: updated dev dependencies; bump version
  • 6d9bfb9 Merge pull request #369 from yozachar/workshop
  • 2ff3b12 chore: update contribution guidelines
  • ede7c67 Merge pull request #368 from yozachar/workshop
  • 54917a0 fix: use backup url from documentation
  • aaccf08 chore: adds contribution guidelines
  • faed951 Merge pull request #367 from yozachar/workshop
  • 181f6dc fix: rfc cases in the domain validator
  • f04a8c5 Merge pull request #365 from python-validators/dependabot/pip/package/idna-3.7
  • Additional commits viewable in compare view

Updates emoji from 2.11.0 to 2.11.1

Release notes

Sourced from emoji's releases.

v2.11.1

  • Add missing stubs for purely_emoji
Changelog

Sourced from emoji's changelog.

v2.11.1 (2024-04-21)

  • Add missing stubs for purely_emoji
Commits

Updates sphinx from 7.2.6 to 7.3.7

Release notes

Sourced from sphinx's releases.

Sphinx 7.3.7

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 7.3.7 (released Apr 19, 2024)

Bugs fixed

  • #12299: Defer loading themes defined via entry points until their explicit use by the user or a child theme. Patch by Adam Turner.
  • #12305: Return the default value for theme.get_config() with an unsupported theme configuration section. Patch by Adam Turner.

Release 7.3.6 (released Apr 17, 2024)

Bugs fixed

  • #12295: Re-export all AST types in the C and C++ domains. Patch by Adam Turner.
  • #12295: Re-export various objects from sphinx.domains.python._annotations in sphinx.domains.python. Patch by Jacob Chesslo and Adam Turner.

Release 7.3.5 (released Apr 17, 2024)

Bugs fixed

  • #12295: Re-export various objects from sphinx.domains.python._object in sphinx.domains.python. Patch by Jacob Chesslo and Adam Turner.

Release 7.3.4 (released Apr 17, 2024)

Bugs fixed

  • Handle cases when Any is not an instance of type. Patch by Adam Turner.

Release 7.3.3 (released Apr 17, 2024)

Bugs fixed

... (truncated)

Commits
  • de4ac2f Bump to 7.3.7 final
  • 4a0c9dd Return the default value for unsupported theme configuration sections
  • 62c3bad Re-export py_sig_re from the Python domain
  • 3bcc669 Defer loading entry-point themes until needed
  • fa4563f Bump version
  • 630b4fb Bump to 7.3.6 final
  • 740b964 fixup! Elaborate a little more in the warning message for config.cache
  • 141f3ec Elaborate a little more in the warning message for config.cache
  • af27188 Add config.cache to the list of warning types
  • be2b083 Re-export more names in sphinx.domains.python (#12297)
  • Additional commits viewable in compare view

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 specifi...

Description has been truncated

Bumps the all-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.6.1` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.112.0` | `3.113.3` |
| [pulumi-random](https://github.com/pulumi/pulumi-random) | `4.16.0` | `4.16.1` |
| [pytz](https://github.com/stub42/pytz) | `2023.4` | `2024.1` |
| [acme](https://github.com/certbot/certbot) | `2.6.0` | `2.10.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.60.1` | `1.62.2` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.3` | `5.26.1` |
| [semver](https://github.com/python-semver/python-semver) | `2.13.0` | `3.0.2` |
| [validators](https://github.com/python-validators/validators) | `0.22.0` | `0.28.1` |
| [emoji](https://github.com/carpedm20/emoji) | `2.11.0` | `2.11.1` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |


Updates `dnspython` from 2.4.2 to 2.6.1
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.4.2...v2.6.1)

Updates `pulumi` from 3.112.0 to 3.113.3
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.112.0...v3.113.3)

Updates `pulumi-random` from 4.16.0 to 4.16.1
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v4.16.0...v4.16.1)

Updates `pytz` from 2023.4 to 2024.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2023.4...release_2024.1)

Updates `acme` from 2.6.0 to 2.10.0
- [Release notes](https://github.com/certbot/certbot/releases)
- [Commits](certbot/certbot@v2.6.0...v2.10.0)

Updates `grpcio` from 1.60.1 to 1.62.2
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.60.1...v1.62.2)

Updates `protobuf` from 4.25.3 to 5.26.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.3...v5.26.1)

Updates `semver` from 2.13.0 to 3.0.2
- [Release notes](https://github.com/python-semver/python-semver/releases)
- [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst)
- [Commits](python-semver/python-semver@2.13.0...3.0.2)

Updates `validators` from 0.22.0 to 0.28.1
- [Release notes](https://github.com/python-validators/validators/releases)
- [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
- [Commits](python-validators/validators@0.22.0...0.28.1)

Updates `emoji` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](carpedm20/emoji@v2.11.0...v2.11.1)

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pulumi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pulumi-random
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: acme
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: emoji
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners April 22, 2024 04:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Apr 22, 2024
@JimMadge JimMadge closed this Apr 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/all-dependencies-9c42a98040 branch April 22, 2024 10:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant