5104 - Initial dependency updates#5187
Conversation
|
Terraform plan in iac/cal-itp-data-infra/airflow/us No changes. Your infrastructure matches the configuration.📝 Plan generated in Deploy dbt #1827 |
|
The following changes will be applied to the production Kubernetes cluster upon merge. BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided. No manifest changes found for prod. |
|
Terraform plan in iac/cal-itp-data-infra-staging/airflow/us Plan: 0 to add, 2 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# google_storage_bucket_object.calitp-staging-composer-catalog will be updated in-place
!~ resource "google_storage_bucket_object" "calitp-staging-composer-catalog" {
!~ content = (sensitive value)
!~ crc32c = "7vbSEg==" -> (known after apply)
!~ detect_md5hash = "gzQlzyAjYlTGiWPOSPmt/Q==" -> "different hash"
!~ generation = 1777921775322636 -> (known after apply)
id = "calitp-staging-composer-data/warehouse/target/catalog.json"
!~ md5hash = "gzQlzyAjYlTGiWPOSPmt/Q==" -> (known after apply)
name = "data/warehouse/target/catalog.json"
# (16 unchanged attributes hidden)
}
# google_storage_bucket_object.calitp-staging-composer-manifest will be updated in-place
!~ resource "google_storage_bucket_object" "calitp-staging-composer-manifest" {
!~ content = (sensitive value)
!~ crc32c = "ruSOBg==" -> (known after apply)
!~ detect_md5hash = "Mw4Cul2QM1zWeUWwGhMlmw==" -> "different hash"
!~ generation = 1777921776550660 -> (known after apply)
id = "calitp-staging-composer-data/warehouse/target/manifest.json"
!~ md5hash = "Mw4Cul2QM1zWeUWwGhMlmw==" -> (known after apply)
name = "data/warehouse/target/manifest.json"
# (16 unchanged attributes hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy.📝 Plan generated in Deploy dbt #1827 |
|
Warehouse report: Failed to add ci-report to a comment. Review the ci-report in the Summary. |
fd56bd4 to
37a0ba8
Compare
|
The following changes will be applied to the production Kubernetes cluster upon merge. BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided. No manifest changes found for prod. |
|
To spin out from this:
|
|
per separate discussion, will also pin min version for some lockfile-only packages that dependabot flagged. more explicit than just bumping the lockfile and avoids reintroducing. |
|
The following changes will be applied to the production Kubernetes cluster upon merge. BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided. No manifest changes found for prod. |
… pyjwt, pyopessl, pullow, setuptools, nbconvert
54f43c3 to
7df41ee
Compare
|
Warehouse report 📦 DAGLegend (in order of precedence)
|


Description
Describe your changes and why you're making them. Please include the context, motivation, and relevant dependencies.
Resolves #5104
Updates package versions for multiple files
Skipped bumping:
Type of change
How has this been tested?
Include commands/logs/screenshots as relevant.
If making changes to dbt models, make sure they were created or update on Staging. Please run the command
uv run dbt run -s CHANGED_MODEL --target staginganduv run dbt test -s CHANGED_MODEL --target staging, then include the output in this section of the PR.Post-merge follow-ups
Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution.
Open follow-up ticket to update versions for images, services, etc that do not have existing tests and identify a meaningful test that things work as expected.