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 #4777

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the python group in /tests with 4 updates: google-auth, grpcio, grpcio-tools and pytest-html.

Updates google-auth from 2.24.0 to 2.25.2

Release notes

Sourced from google-auth's releases.

v2.25.2

2.25.2 (2023-12-08)

Bug Fixes

v2.25.1

2.25.1 (2023-12-06)

Bug Fixes

v2.25.0

2.25.0 (2023-12-04)

Features

  • Add custom tls signer for ECP Provider. (39eb287)
  • Add custom tls signer for ECP Provider. (#1402) (39eb287)

Bug Fixes

  • Add with_universe_domain (#1408) (505910c)
  • Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
  • Remove broken link in Python37DeprecationWarning (#1430) (e2db602)
Changelog

Sourced from google-auth's changelog.

2.25.2 (2023-12-08)

Bug Fixes

2.25.1 (2023-12-06)

Bug Fixes

2.25.0 (2023-12-04)

Features

  • Add custom tls signer for ECP Provider. (39eb287)
  • Add custom tls signer for ECP Provider. (#1402) (39eb287)

Bug Fixes

  • Add with_universe_domain (#1408) (505910c)
  • Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
  • Remove broken link in Python37DeprecationWarning (#1430) (e2db602)
Commits

Updates grpcio from 1.59.3 to 1.60.0

Release notes

Sourced from grpcio's releases.

Release v1.60.0

This is release 1.60.0 (gjallarhorn) 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

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#34813)
  • [deps] Upgrade protobuf version to v25.0. (#34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#34782)
  • [chttp2] Fix outgoing data stats. (#34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#34436)
  • [chttp2] Alternative protection for too many streams in the system. (#34697)
  • [Proxy] Support for setting proxy for addresses. (#34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#34647)
  • [chttp2] Tarpit invalid requests. (#34641)
  • [chttp2] Enforce settings acks. (#34640)
  • [chttp2] Limit work per read cycle. (#34639)
  • [chttp2] Limit request count before receiving settings ack. (#34638)
  • [chttp2] Randomly ping on RST_STREAM. (#34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#34790)
  • [reflection] Add v1 reflection. (#34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#34521)

Ruby

  • [ruby] create debug symbol packages. (#34632)

Release v1.60.0-pre1

This is a prerelease of gRPC Core 1.60.0 (gjallarhorn).

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

... (truncated)

Commits
  • 0ef13a7 [release] Bump release version to 1.60.0 (#35119)
  • 7f48251 [release] bump version to 1.60.0-pre1 (#34924)
  • 5127a85 [release] disable the call_status_override_on_cancellation experiment on 1.60...
  • afae477 [release] Bump core version 202311101839 (#34916)
  • dc41f42 [promises] Add some status-like types for TrySeq (#34906)
  • b99d63f [Python Test] Increase Python Windows build artifact timeout (#34914)
  • 016ed92 [deps] Upgrade protobuf version to v25.0 (#34513)
  • 32dd034 [Build] Shortened python_build to pyb (#34913)
  • 90af0a1 [python] Add observability instrumentation to asyncio stack (#33992)
  • e1cb290 [tracing] Add member getters to HttpAnnotation (#34592) (#34905)
  • Additional commits viewable in compare view

Updates grpcio-tools from 1.59.3 to 1.60.0

Release notes

Sourced from grpcio-tools's releases.

Release v1.60.0

This is release 1.60.0 (gjallarhorn) 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

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#34813)
  • [deps] Upgrade protobuf version to v25.0. (#34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#34782)
  • [chttp2] Fix outgoing data stats. (#34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#34436)
  • [chttp2] Alternative protection for too many streams in the system. (#34697)
  • [Proxy] Support for setting proxy for addresses. (#34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#34647)
  • [chttp2] Tarpit invalid requests. (#34641)
  • [chttp2] Enforce settings acks. (#34640)
  • [chttp2] Limit work per read cycle. (#34639)
  • [chttp2] Limit request count before receiving settings ack. (#34638)
  • [chttp2] Randomly ping on RST_STREAM. (#34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#34790)
  • [reflection] Add v1 reflection. (#34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#34521)

Ruby

  • [ruby] create debug symbol packages. (#34632)

Release v1.60.0-pre1

This is a prerelease of gRPC Core 1.60.0 (gjallarhorn).

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

... (truncated)

Commits
  • 0ef13a7 [release] Bump release version to 1.60.0 (#35119)
  • 7f48251 [release] bump version to 1.60.0-pre1 (#34924)
  • 5127a85 [release] disable the call_status_override_on_cancellation experiment on 1.60...
  • afae477 [release] Bump core version 202311101839 (#34916)
  • dc41f42 [promises] Add some status-like types for TrySeq (#34906)
  • b99d63f [Python Test] Increase Python Windows build artifact timeout (#34914)
  • 016ed92 [deps] Upgrade protobuf version to v25.0 (#34513)
  • 32dd034 [Build] Shortened python_build to pyb (#34913)
  • 90af0a1 [python] Add observability instrumentation to asyncio stack (#33992)
  • e1cb290 [tracing] Add member getters to HttpAnnotation (#34592) (#34905)
  • 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

@dependabot dependabot bot requested a review from a team as a code owner December 11, 2023 17:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (53fedb8) 52.04% compared to head (4c74d17) 52.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4777      +/-   ##
==========================================
- Coverage   52.04%   52.01%   -0.04%     
==========================================
  Files          60       60              
  Lines       17313    17313              
==========================================
- Hits         9011     9005       -6     
- Misses       7991     7995       +4     
- Partials      311      313       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/tests/python-1f9b0b42fb branch from 2661bab to 9393be7 Compare December 18, 2023 17:17
dependabot bot and others added 2 commits December 19, 2023 16:19
Bumps the python group in /tests with 4 updates: [google-auth](https://github.com/googleapis/google-auth-library-python), [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc) and [pytest-html](https://github.com/pytest-dev/pytest-html).


Updates `google-auth` from 2.24.0 to 2.25.2
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.24.0...v2.25.2)

Updates `grpcio` from 1.59.3 to 1.60.0
- [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.59.3...v1.60.0)

Updates `grpcio-tools` from 1.59.3 to 1.60.0
- [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.59.3...v1.60.0)

Updates `pytest-html` from 3.2.0 to 4.1.1
- [Release notes](https://github.com/pytest-dev/pytest-html/releases)
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-html@v3.2.0...4.1.1)

---
updated-dependencies:
- dependency-name: google-auth
  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-minor
  dependency-group: python
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pytest-html
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@pdabelf5 pdabelf5 force-pushed the dependabot/pip/tests/python-1f9b0b42fb branch from 9393be7 to 48bbc93 Compare December 19, 2023 16:20
@pdabelf5 pdabelf5 merged commit 9e0cfc9 into main Dec 20, 2023
72 checks passed
@pdabelf5 pdabelf5 deleted the dependabot/pip/tests/python-1f9b0b42fb branch December 20, 2023 11:17
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.

None yet

2 participants