-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): bump setuptools from 66.1.1 to 78.1.1 in /airflow #4081
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/airflow/setuptools-78.1.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6
−6
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terraform plan in iac/cal-itp-data-infra-staging/airflow/us Plan: 1 to add, 2 to change, 1 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
!~ update in-place
- destroy
Terraform will perform the following actions:
# google_storage_bucket_object.calitp-staging-composer["dags/download_gtfs_schedule_v2/_email_download_failures.py"] will be created
+ resource "google_storage_bucket_object" "calitp-staging-composer" {
+ bucket = "calitp-staging-composer"
+ content = (sensitive value)
+ content_type = (known after apply)
+ crc32c = (known after apply)
+ detect_md5hash = "different hash"
+ generation = (known after apply)
+ id = (known after apply)
+ kms_key_name = (known after apply)
+ md5hash = (known after apply)
+ md5hexhash = (known after apply)
+ media_link = (known after apply)
+ name = "dags/download_gtfs_schedule_v2/_email_download_failures.py"
+ output_name = (known after apply)
+ self_link = (known after apply)
+ source = "../../../../airflow/dags/download_gtfs_schedule_v2/_email_download_failures.py"
+ storage_class = (known after apply)
}
# google_storage_bucket_object.calitp-staging-composer["dags/download_gtfs_schedule_v2/email_download_failures.py"] will be destroyed
# (because key ["dags/download_gtfs_schedule_v2/email_download_failures.py"] is not in for_each map)
- resource "google_storage_bucket_object" "calitp-staging-composer" {
- bucket = "calitp-staging-composer" -> null
- content_type = "text/plain; charset=utf-8" -> null
- crc32c = "9gRHKg==" -> null
- detect_md5hash = "YVtAxOxt5+Mf4vxMPzeRmg==" -> null
- event_based_hold = false -> null
- generation = 1759970561325830 -> null
- id = "calitp-staging-composer-dags/download_gtfs_schedule_v2/email_download_failures.py" -> null
- md5hash = "YVtAxOxt5+Mf4vxMPzeRmg==" -> null
- md5hexhash = "615b40c4ec6de7e31fe2fc4c3f37919a" -> null
- media_link = "https://storage.googleapis.com/download/storage/v1/b/calitp-staging-composer/o/dags%2Fdownload_gtfs_schedule_v2%2Femail_download_failures.py?generation=1759970561325830&alt=media" -> null
- metadata = {} -> null
- name = "dags/download_gtfs_schedule_v2/email_download_failures.py" -> null
- output_name = "dags/download_gtfs_schedule_v2/email_download_failures.py" -> null
- self_link = "https://www.googleapis.com/storage/v1/b/calitp-staging-composer/o/dags%2Fdownload_gtfs_schedule_v2%2Femail_download_failures.py" -> null
- source = "../../../../airflow/dags/download_gtfs_schedule_v2/email_download_failures.py" -> null
- storage_class = "STANDARD" -> null
- temporary_hold = false -> null
# (6 unchanged attributes hidden)
}
# 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 = "oMDUHg==" -> (known after apply)
!~ detect_md5hash = "u0KiC7OBxKvce0jyvisvVA==" -> "different hash"
!~ generation = 1759970559452147 -> (known after apply)
id = "calitp-staging-composer-data/warehouse/target/catalog.json"
!~ md5hash = "u0KiC7OBxKvce0jyvisvVA==" -> (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 = "QJFdKA==" -> (known after apply)
!~ detect_md5hash = "SNoGJH2zXlun9CvrO0jW2Q==" -> "different hash"
!~ generation = 1759970560663489 -> (known after apply)
id = "calitp-staging-composer-data/warehouse/target/manifest.json"
!~ md5hash = "SNoGJH2zXlun9CvrO0jW2Q==" -> (known after apply)
name = "data/warehouse/target/manifest.json"
# (16 unchanged attributes hidden)
}
Plan: 1 to add, 2 to change, 1 to destroy. 📝 Plan generated in Plan Terraform for Warehouse and DAG changes #791 |
Terraform plan in iac/cal-itp-data-infra/airflow/us No changes. Your infrastructure matches the configuration.
📝 Plan generated in Plan Terraform for Warehouse and DAG changes #791 |
aee1845
to
b20b530
Compare
b20b530
to
b7c93ff
Compare
b7c93ff
to
e0afefb
Compare
afe4b68
to
d029324
Compare
Bumps [setuptools](https://github.com/pypa/setuptools) from 66.1.1 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v66.1.1...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
d029324
to
385ce17
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps setuptools from 66.1.1 to 78.1.1.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
8e4868a
Bump version: 78.1.0 → 78.1.1100e9a6
Merge pull request #49518faf1d7
Add news fragment.2ca4a9f
Rely on re.sub to perform the decision in one expression.e409e80
Extract _sanitize method for sanitizing the filename.250a6d1
Add a check to ensure the name resolves relative to the tmpdir.d8390fe
Extract _resolve_download_filename with test.4e1e893
Merge https://github.com/jaraco/skeleton3a3144f
Fix typo:pyproject.license
->project.license
(#4931)d751068
Fix typo: pyproject.license -> project.licenseYou can trigger a rebase of this PR 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.