Skip to content

Commit 10d0300

Browse files
committed
structlog
1 parent ab0e088 commit 10d0300

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.78-3-g1d61614
2+
_commit: v0.0.78-4-g38acc2e
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
4040
context["pytest_mock_version"] = "3.15.1"
4141
context["uuid_utils_version"] = "0.11.0"
4242
context["syrupy_version"] = "5.0.0"
43+
context["structlog_version"] = "25.5.0"
4344

4445
context["node_version"] = "24.7.0"
4546
context["nuxt_ui_version"] = "^4.1.0"

0 commit comments

Comments
 (0)