Skip to content

Commit 1e7a8c1

Browse files
committed
more context
1 parent 3a9fca3 commit 1e7a8c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.77-7-g79d26fa
2+
_commit: v0.0.77-9-ge630d1d
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

extensions/context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
2121
context["copier_template_extensions_version"] = "0.3.3"
2222
context["sphinx_version"] = "8.1.3"
2323
context["pulumi_version"] = "3.204.0"
24-
context["pulumi_aws_version"] = "7.8.0"
24+
context["pulumi_aws_version"] = "7.10.0"
2525
context["pulumi_aws_native_version"] = "1.37.0"
2626
context["pulumi_command_version"] = "1.1.3"
2727
context["pulumi_github_version"] = "6.7.4"
2828
context["pulumi_okta_version"] = "6.0.0"
29-
context["boto3_version"] = "1.40.51"
29+
context["boto3_version"] = "1.40.60"
3030
context["ephemeral_pulumi_deploy_version"] = "0.0.5"
3131
context["pydantic_version"] = "2.12.3"
3232
context["pyinstaller_version"] = "6.16.0"

0 commit comments

Comments
 (0)