From d424be9a2b07bfad416ce72cad66f9174146ac03 Mon Sep 17 00:00:00 2001 From: linglp Date: Tue, 4 Feb 2025 14:41:32 -0500 Subject: [PATCH 1/2] update schematic version to 25.2.2 --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 0406a9e..8ea357c 100644 --- a/app.py +++ b/app.py @@ -26,7 +26,7 @@ "FQDN": "stage.schematic.io", "CERTIFICATE_ARN": "arn:aws:acm:us-east-1:878654265857:certificate/d11fba3c-1957-48ba-9be0-8b1f460ee970", "TAGS": {"CostCenter": "NO PROGRAM / 000000"}, - "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v25.2.1-rc", + "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v25.2.2-rc", } case "dev": environment_variables = { @@ -34,7 +34,7 @@ "FQDN": "dev.schematic.io", "CERTIFICATE_ARN": "arn:aws:acm:us-east-1:631692904429:certificate/0e9682f6-3ffa-46fb-9671-b6349f5164d6", "TAGS": {"CostCenter": "NO PROGRAM / 000000"}, - "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v25.2.1-rc", + "SCHEMATIC_CONTAINER_LOCATION": "ghcr.io/sage-bionetworks/schematic:v25.2.2-rc", } case _: valid_envs_str = ",".join(VALID_ENVIRONMENTS) From abd5fd3f43a703b6421a60625e57912b8165a421 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:56:29 -0800 Subject: [PATCH 2/2] [pre-commit.ci] pre-commit autoupdate (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/awslabs/cfn-python-lint: v1.22.3 → v1.23.1](https://github.com/awslabs/cfn-python-lint/compare/v1.22.3...v1.23.1) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/sirosen/check-jsonschema: 0.30.0 → 0.31.1](https://github.com/sirosen/check-jsonschema/compare/0.30.0...0.31.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54353d5..5187bb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.22.3 + rev: v1.23.1 hooks: - id: cfn-python-lint args: @@ -35,11 +35,11 @@ repos: ^.pre-commit-config.yaml ) - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/sirosen/check-jsonschema - rev: 0.30.0 + rev: 0.31.1 hooks: - id: check-github-workflows - id: check-github-actions