fix(deps): update all dependencies#17162
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies across multiple packages, including bigframes, rules_cc, google-auth, requests, and pandas. A compatibility issue was identified in the BigQuery Storage sample requirements, where the version marker for pandas 3.0.3 needs to be updated to Python 3.10 or higher to prevent installation failures on Python 3.9.
| pandas===1.3.5; python_version == '3.7' | ||
| pandas===2.0.3; python_version == '3.8' | ||
| pandas==2.3.3; python_version >= '3.9' | ||
| pandas==3.0.3; python_version >= '3.9' |
There was a problem hiding this comment.
Pandas 3.0.0 and later versions require Python 3.10 or higher. The current environment marker python_version >= '3.9' will cause installation failures on Python 3.9. Since other dependencies updated in this pull request (such as google-cloud-core v2.6.0) are also dropping support for Python 3.9, this marker should be updated to reflect the new minimum requirement.
pandas==3.0.3; python_version >= '3.10'
50ff337 to
2129206
Compare
2129206 to
c85510f
Compare
c85510f to
644055e
Compare
644055e to
feaaf0b
Compare
feaaf0b to
f89701e
Compare
f89701e to
65d94f5
Compare
5cf2d35 to
5d557b7
Compare
5d557b7 to
5363004
Compare
5363004 to
75c16a8
Compare
75c16a8 to
a86b423
Compare
a86b423 to
bfa8794
Compare
bfa8794 to
a590ad7
Compare
a590ad7 to
7cf42b4
Compare
7cf42b4 to
a1a9332
Compare
a1a9332 to
d2b34a2
Compare
d2b34a2 to
f8997fb
Compare
This PR contains the following updates:
^21.2.9→^22.0.0^21.2.9→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.07.29.5→7.29.7==2.0.49→==2.0.50v4→v6v5→v6==2.6.1→==2.6.2==3.13.5→==3.14.1==2.71.0→==2.74.0==2.39.0→==2.42.0==7.1.1→==7.1.4==2026.4.22→==2026.5.20==8.3.3→==8.4.1==48.0.0→==49.0.0==1.6.0→==1.7.0==0.4.0→==0.4.3v3→v4^0.20.0→^0.28.0==3.29.0→==3.29.4==2.30.3→==2.31.0==2.50.0→==2.54.0==2.52.0→==2.54.0==2.38.0→==2.39.0==2.35.0→==2.38.0==2.5.1→==2.6.0==2.5.0→==2.6.0==2.29.0→==2.31.0==3.65.0→==3.68.0==3.66.0→==3.68.0==1.8.0→==1.9.0==1.7.0→==1.9.0==1.74.0→==1.75.0==3.5.0→==3.5.1==1.80.0→==1.81.1==1.80.0→==1.81.1==3.13→==3.18==3.15→==3.18==9.13.0→==9.14.1^28.0.0→^29.0.011.7.0→11.17.0==1.41.1→==1.42.1==1.41.1→==1.42.1==2.3.3→==3.0.3==26.1.1→==26.1.2==4.9.6→==4.10.0==1.40.1→==1.41.23.8.3→3.8.4==1.27.2→==1.28.0==7.34.1→==7.35.1==9.0.3→==9.1.0==1.3.0→==1.4.03.10→3.143.12→3.14==2.33.1→==2.34.2==0.15.12→==0.15.170.1.1→0.2.19==4.67.3→==4.68.2~5.9.2→~6.0.0==21.3.1→==21.5.04.1.5→4.1.9==2.1.2→==2.2.1==1.23.0→==1.24.2==3.23.1→==4.1.0Release Notes
angular/angular-cli (@angular/build)
v22.0.1Compare Source
@angular/cli
@schematics/angular
@angular/build
v22.0.0Compare Source
@angular/cli
@schematics/angular
@angular/build
@angular/ssr
v21.2.15Compare Source
@angular/cli
v21.2.14Compare Source
@angular/cli
@angular/build
v21.2.13Compare Source
@angular-devkit/build-angular
@angular/build
v21.2.12Compare Source
@angular/build
v21.2.11Compare Source
@angular/cli
@angular/ssr
v21.2.10Compare Source
@angular/cli
angular/angular (@angular/common)
v22.0.1Compare Source
Deprecations
platform-server
@angular/platform-serveris deprecated. Use standardfetchAPIs instead.(cherry picked from commit
8446e46)common
compiler
href/xlink:hrefattributes of any element of the MathML namespacecompiler-cli
core
forms
tickadditionalProperties: falseon generated WebMCP formhttp
reportUploadProgressandreportDownloadProgresson post/patch requestslanguage-service
platform-server
router
service-worker
v22.0.0Compare Source
common
compiler
core
migrations
platform-server
v21.2.17Compare Source
Deprecations
platform-server
@angular/platform-serveris deprecated. Use standardfetchAPIs instead.common
compiler
core
http
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.