-
-
Notifications
You must be signed in to change notification settings - Fork 304
chore(deps): bump google-cloud-error-reporting from 1.4.0 to 1.16.0 #6122
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
base: unstable
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,7 +98,7 @@ djangorestframework==3.15.1 | |
| # via -r requirements.in | ||
| exceptiongroup==1.3.1 | ||
| # via celery | ||
| google-api-core[grpc]==2.30.0 | ||
| google-api-core==2.30.0 | ||
| # via | ||
| # google-cloud-appengine-logging | ||
| # google-cloud-core | ||
|
|
@@ -111,7 +111,9 @@ google-auth==2.48.0 | |
| # google-api-core | ||
| # google-cloud-appengine-logging | ||
| # google-cloud-core | ||
| # google-cloud-error-reporting | ||
| # google-cloud-kms | ||
| # google-cloud-logging | ||
| # google-cloud-storage | ||
| google-cloud-appengine-logging==1.8.0 | ||
| # via google-cloud-logging | ||
|
|
@@ -122,11 +124,11 @@ google-cloud-core==2.6.0 | |
| # -r requirements.in | ||
| # google-cloud-logging | ||
| # google-cloud-storage | ||
| google-cloud-error-reporting==1.4.0 | ||
| google-cloud-error-reporting==1.16.0 | ||
| # via -r requirements.in | ||
| google-cloud-kms==2.24.2 | ||
| # via -r requirements.in | ||
| google-cloud-logging==2.7.1 | ||
| google-cloud-logging==3.16.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: Major bump sitting on the live error path, untested by CI. Because the middleware passes Mitigating: nothing in One behavior change to know about: 3.0.0 infers a default monitored resource per logger instead of defaulting to CI covers none of this — the middleware is only installed when |
||
| # via google-cloud-error-reporting | ||
| google-cloud-storage==3.10.1 | ||
| # via -r requirements.in | ||
|
|
@@ -137,7 +139,7 @@ google-crc32c==1.8.0 | |
| # google-resumable-media | ||
| google-resumable-media==2.8.0 | ||
| # via google-cloud-storage | ||
| googleapis-common-protos[grpc]==1.57.0 | ||
| googleapis-common-protos==1.57.0 | ||
| # via | ||
| # google-api-core | ||
| # google-cloud-audit-log | ||
|
|
@@ -151,6 +153,8 @@ grpcio==1.78.0 | |
| # via | ||
| # google-api-core | ||
| # google-cloud-appengine-logging | ||
| # google-cloud-error-reporting | ||
| # google-cloud-logging | ||
| # googleapis-common-protos | ||
| # grpc-google-iam-v1 | ||
| # grpcio-status | ||
|
|
@@ -188,11 +192,12 @@ markdown-it-py==4.0.0 | |
| # via -r requirements.in | ||
| mdurl==0.1.2 | ||
| # via markdown-it-py | ||
| opentelemetry-api==1.44.0 | ||
| # via google-cloud-logging | ||
| packaging==26.2 | ||
| # via | ||
| # -r requirements.in | ||
| # django-js-reverse | ||
| # google-cloud-error-reporting | ||
| # gunicorn | ||
| # kombu | ||
| pillow==12.3.0 | ||
|
|
@@ -213,7 +218,9 @@ protobuf==4.25.8 | |
| # google-api-core | ||
| # google-cloud-appengine-logging | ||
| # google-cloud-audit-log | ||
| # google-cloud-error-reporting | ||
| # google-cloud-kms | ||
| # google-cloud-logging | ||
| # googleapis-common-protos | ||
| # grpcio-status | ||
| # proto-plus | ||
|
|
@@ -284,6 +291,7 @@ typing-extensions==4.15.0 | |
| # cryptography | ||
| # exceptiongroup | ||
| # grpcio | ||
| # opentelemetry-api | ||
| # pydantic | ||
| # pydantic-core | ||
| # referencing | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: Annotation-only — the
[grpc]extras markers dropped here and ongoogleapis-common-protosdon't change the install set.grpcio==1.78.0andgrpcio-status==1.62.3remain their own pinned lines, souv pip syncinstalls the same packages. Noting it so it isn't read as grpc support being dropped.