File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
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
Original file line number Diff line number Diff line change 1717# get the environment
1818environment = utils .get_environment ()
1919stack_name_prefix = f"openchallenges-{ environment } "
20- image_version = "1.3.3 "
20+ image_version = "1.3.4 "
2121
2222# get VARS from cdk.json
2323env_vars = app .node .try_get_context (environment )
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" ,
You can’t perform that action at this time.
0 commit comments