-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
chore(deps): manual upgrade of dependencies #1396
Conversation
Current issue in CI:
|
51160f3
to
aeb4326
Compare
@mathieu-benoit thank you, it seems that the version upgrade required by #1193 cannot be applied to loadgenerator module. I've "returned" the charset-normalizer dependency in all back to 2.1.1 because the latest version of requests (as you pointed out) does not work with v3 of the normalizer. it seems like a bug in the renovate to push this forward. |
ae36e2e
to
0891ae2
Compare
🚲 PR staged at http://35.226.190.251 |
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.
Thanks so much for taking care of this, @minherz!
All the relevant checks are passing + the staging URL works.
Thanks for also re-regenerating the demo_pb2.py
and demo_pb2_grpc.py
files.
These files are now missing the Apache 2.0 license headers, but I think that's fine.
Feel free to merge (you'll need to tick the "bypass branch protection" checkbox).
86d7547
to
70d5b58
Compare
due to requests constraint the charset-normalizer is rolled back to lates of major version 2 (2.1.1). add importlib-metadata dependency. update opentelemetry-* to the version supported by 1.15.0 of the SDK. rollback to docker 3.10 for email & recommendation cause profiler package does not support python 3.11 regenerate email and recommendation svs protobuf
70d5b58
to
d929e27
Compare
🚲 PR staged at http://35.226.190.251 |
1 similar comment
🚲 PR staged at http://35.226.190.251 |
accumulated upgrades from renovate PRs #997, #1094, #1095,
#1193,#1379, #1384, #1387, #1388, #1389, #1402 and #1403.#1193 could be merged because the latest (at the moment) version of requests (2.28.1) constraints the use of charset-normalizer to major version < 3.
#1379 could be merged because cloud-profiler-python (4.0.0) fails to work under Python 3.11