Skip to content

Commit 19e9ff4

Browse files
committed
chore: merge main into prod
2 parents 5e370df + 8f8f616 commit 19e9ff4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ repos:
1212
- id: mixed-line-ending
1313
- id: trailing-whitespace
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.1.1
15+
rev: 7.1.2
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/adrienverge/yamllint
1919
rev: v1.35.1
2020
hooks:
2121
- id: yamllint
2222
- repo: https://github.com/awslabs/cfn-python-lint
23-
rev: v1.23.1
23+
rev: v1.27.0
2424
hooks:
2525
- id: cfn-python-lint
2626
args:
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/sirosen/check-jsonschema
42-
rev: 0.31.1
42+
rev: 0.31.2
4343
hooks:
4444
- id: check-github-workflows
4545
- id: check-github-actions

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# get the environment
1818
environment = utils.get_environment()
1919
stack_name_prefix = f"openchallenges-{environment}"
20-
image_version = "1.3.3"
20+
image_version = "1.3.4"
2121

2222
# get VARS from cdk.json
2323
env_vars = app.node.try_get_context(environment)
@@ -308,7 +308,7 @@
308308
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
309309
"APP_VERSION": image_version,
310310
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
311-
"DATA_UPDATED_ON": "2025-02-12",
311+
"DATA_UPDATED_ON": "2025-03-13",
312312
"ENVIRONMENT": "production",
313313
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
314314
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",

0 commit comments

Comments
 (0)