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 python group in /tests with 4 updates #6329

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the python group in /tests with 4 updates: certifi, grpcio, grpcio-tools and protobuf.

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates grpcio from 1.66.0 to 1.66.1

Release notes

Sourced from grpcio's releases.

Release v1.66.1

This is release gRPC Core 1.66.1 (gladiator).

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

This release contains refinements, improvements, and bug fixes.

Core

Commits
  • e821cdc [Release] Bump version to 1.66.1 (on v1.66.x branch) (#37570)
  • c8ada9c [dualstack] enable EDS dualstack support by default (backport to 1.66.x) (#37...
  • See full diff in compare view

Updates grpcio-tools from 1.66.0 to 1.66.1

Release notes

Sourced from grpcio-tools's releases.

Release v1.66.1

This is release gRPC Core 1.66.1 (gladiator).

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

This release contains refinements, improvements, and bug fixes.

Core

Commits
  • e821cdc [Release] Bump version to 1.66.1 (on v1.66.x branch) (#37570)
  • c8ada9c [dualstack] enable EDS dualstack support by default (backport to 1.66.x) (#37...
  • See full diff in compare view

Updates protobuf from 5.27.3 to 5.28.0

Commits
  • 439c42c Updating version.json and repo version numbers to: 28.0
  • c9454f4 Remove --copt="-Werror" from .bazelrc (#18005)
  • f5a1b17 Move -Werror to our test/dev bazelrc files. (#17938)
  • 0c9e14a Merge pull request #17917 from thomasvl/patch_objc_to_28
  • 6a6ebe4 Merge pull request #17919 from protocolbuffers/28.x-202408221734
  • 09ba2bb Updating version.json and repo version numbers to: 28.0-dev
  • e340f52 Updating version.json and repo version numbers to: 28.0-rc3
  • b276420 [ObjC] Issue stderr warnings for deprecated generation options.
  • 13f850d Merge pull request #17913 from protocolbuffers/cp-compat-upgrade
  • 6bf01c5 Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, Repe...
  • 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 specified dependency and ignore conditions

Bumps the python group in /tests with 4 updates: [certifi](https:/certifi/python-certifi), [grpcio](https:/grpc/grpc), [grpcio-tools](https:/grpc/grpc) and [protobuf](https:/protocolbuffers/protobuf).


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `grpcio` from 1.66.0 to 1.66.1
- [Release notes](https:/grpc/grpc/releases)
- [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.0...v1.66.1)

Updates `grpcio-tools` from 1.66.0 to 1.66.1
- [Release notes](https:/grpc/grpc/releases)
- [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.0...v1.66.1)

Updates `protobuf` from 5.27.3 to 5.28.0
- [Release notes](https:/protocolbuffers/protobuf/releases)
- [Changelog](https:/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.3...v5.28.0)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2024 17:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 2, 2024
@nginx-bot nginx-bot enabled auto-merge (squash) September 2, 2024 17:28
@nginx-bot nginx-bot merged commit ca44824 into main Sep 3, 2024
77 checks passed
@nginx-bot nginx-bot deleted the dependabot/pip/tests/python-d586590768 branch September 3, 2024 08:36
nginx-bot pushed a commit that referenced this pull request Sep 3, 2024
Bumps the python group in /tests with 4 updates: [certifi](https:/certifi/python-certifi), [grpcio](https:/grpc/grpc), [grpcio-tools](https:/grpc/grpc) and [protobuf](https:/protocolbuffers/protobuf).


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `grpcio` from 1.66.0 to 1.66.1
- [Release notes](https:/grpc/grpc/releases)
- [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.0...v1.66.1)

Updates `grpcio-tools` from 1.66.0 to 1.66.1
- [Release notes](https:/grpc/grpc/releases)
- [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.0...v1.66.1)

Updates `protobuf` from 5.27.3 to 5.28.0
- [Release notes](https:/protocolbuffers/protobuf/releases)
- [Changelog](https:/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.3...v5.28.0)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Jarosz <[email protected]>
pdabelf5 pushed a commit that referenced this pull request Sep 4, 2024
Bump the python group in /tests with 4 updates (#6329)

Bumps the python group in /tests with 4 updates: [certifi](https:/certifi/python-certifi), [grpcio](https:/grpc/grpc), [grpcio-tools](https:/grpc/grpc) and [protobuf](https:/protocolbuffers/protobuf).


Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `grpcio` from 1.66.0 to 1.66.1
- [Release notes](https:/grpc/grpc/releases)
- [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.0...v1.66.1)

Updates `grpcio-tools` from 1.66.0 to 1.66.1
- [Release notes](https:/grpc/grpc/releases)
- [Changelog](https:/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.0...v1.66.1)

Updates `protobuf` from 5.27.3 to 5.28.0
- [Release notes](https:/protocolbuffers/protobuf/releases)
- [Changelog](https:/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.3...v5.28.0)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

4 participants