From b01aa1a94419db610f75bd286f58282250485562 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 May 2025 02:19:29 +0000 Subject: [PATCH] chore(deps): Update dependency python to 3.13 --- .github/workflows/publish_transformation.yml | 2 +- .github/workflows/transformations_aws_asset_inventory_free.yml | 2 +- .github/workflows/transformations_aws_compliance_premium.yml | 2 +- .github/workflows/transformations_aws_cost.yml | 2 +- .github/workflows/transformations_aws_data_resilience.yml | 2 +- .github/workflows/transformations_aws_encryption.yml | 2 +- .../workflows/transformations_azure_asset_inventory_free.yml | 2 +- .github/workflows/transformations_azure_compliance_premium.yml | 2 +- .github/workflows/transformations_docs_deploy.yml | 2 +- .github/workflows/transformations_gcp_asset_inventory_free.yml | 2 +- .github/workflows/transformations_gcp_compliance_premium.yml | 2 +- .github/workflows/transformations_k8s_compliance_premium.yml | 2 +- .github/workflows/validate_transformation_release.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish_transformation.yml b/.github/workflows/publish_transformation.yml index 3c2c77d71..bbbf55d63 100644 --- a/.github/workflows/publish_transformation.yml +++ b/.github/workflows/publish_transformation.yml @@ -112,7 +112,7 @@ jobs: await fs.writeFile(changelogPath, linksRemoved); - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "./${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_aws_asset_inventory_free.yml b/.github/workflows/transformations_aws_asset_inventory_free.yml index 3d6499fed..3225cf431 100644 --- a/.github/workflows/transformations_aws_asset_inventory_free.yml +++ b/.github/workflows/transformations_aws_asset_inventory_free.yml @@ -102,7 +102,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_aws_compliance_premium.yml b/.github/workflows/transformations_aws_compliance_premium.yml index 399dc5fd0..2da11420a 100644 --- a/.github/workflows/transformations_aws_compliance_premium.yml +++ b/.github/workflows/transformations_aws_compliance_premium.yml @@ -108,7 +108,7 @@ jobs: aws-region: us-east-1 - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_aws_cost.yml b/.github/workflows/transformations_aws_cost.yml index 6a85cbb21..e02a1c3ca 100644 --- a/.github/workflows/transformations_aws_cost.yml +++ b/.github/workflows/transformations_aws_cost.yml @@ -98,7 +98,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_aws_data_resilience.yml b/.github/workflows/transformations_aws_data_resilience.yml index 39a2f27d8..c2b260571 100644 --- a/.github/workflows/transformations_aws_data_resilience.yml +++ b/.github/workflows/transformations_aws_data_resilience.yml @@ -98,7 +98,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_aws_encryption.yml b/.github/workflows/transformations_aws_encryption.yml index beb5057a1..696948214 100644 --- a/.github/workflows/transformations_aws_encryption.yml +++ b/.github/workflows/transformations_aws_encryption.yml @@ -98,7 +98,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_azure_asset_inventory_free.yml b/.github/workflows/transformations_azure_asset_inventory_free.yml index e2f49de9c..bcc956ea8 100644 --- a/.github/workflows/transformations_azure_asset_inventory_free.yml +++ b/.github/workflows/transformations_azure_asset_inventory_free.yml @@ -99,7 +99,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_azure_compliance_premium.yml b/.github/workflows/transformations_azure_compliance_premium.yml index 446787a79..45c2560ed 100644 --- a/.github/workflows/transformations_azure_compliance_premium.yml +++ b/.github/workflows/transformations_azure_compliance_premium.yml @@ -100,7 +100,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_docs_deploy.yml b/.github/workflows/transformations_docs_deploy.yml index 6895883d6..a502c68b1 100644 --- a/.github/workflows/transformations_docs_deploy.yml +++ b/.github/workflows/transformations_docs_deploy.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: diff --git a/.github/workflows/transformations_gcp_asset_inventory_free.yml b/.github/workflows/transformations_gcp_asset_inventory_free.yml index 24b787945..b7479467f 100644 --- a/.github/workflows/transformations_gcp_asset_inventory_free.yml +++ b/.github/workflows/transformations_gcp_asset_inventory_free.yml @@ -99,7 +99,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_gcp_compliance_premium.yml b/.github/workflows/transformations_gcp_compliance_premium.yml index d9906fa79..c1512e4e3 100644 --- a/.github/workflows/transformations_gcp_compliance_premium.yml +++ b/.github/workflows/transformations_gcp_compliance_premium.yml @@ -100,7 +100,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/transformations_k8s_compliance_premium.yml b/.github/workflows/transformations_k8s_compliance_premium.yml index ea1cfee06..7e25e829f 100644 --- a/.github/workflows/transformations_k8s_compliance_premium.yml +++ b/.github/workflows/transformations_k8s_compliance_premium.yml @@ -100,7 +100,7 @@ jobs: service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies diff --git a/.github/workflows/validate_transformation_release.yml b/.github/workflows/validate_transformation_release.yml index 816869a3d..d727f48e0 100644 --- a/.github/workflows/validate_transformation_release.yml +++ b/.github/workflows/validate_transformation_release.yml @@ -98,7 +98,7 @@ jobs: aws-region: us-east-1 - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" cache-dependency-path: "./${{ needs.prepare.outputs.transformation_dir }}/requirements.txt" - name: Install dependencies