Skip to content

Commit 518a61d

Browse files
Bump cookiecutter template to 7c3e75 (#160)
# Changes - bumped cookiecutter template to robert-koch-institut/mex-template@7c3e75 --------- Signed-off-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: Nicolas Drebenstedt <[email protected]>
1 parent c11dd47 commit 518a61d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"template": "https://github.com/robert-koch-institut/mex-template",
3-
"commit": "a67c7163c76384de4f85913f0f6045a41dcd0735",
3+
"commit": "7c3e752b1fa728e1b003be1bdf5190b19bbc1db6",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
77
"project_name": "artificial",
88
"short_summary": "Create artificial data for the MEx project.",
99
"long_summary": "Create artificial extracted items, transform them into merged items and write the results into a configured sink.",
1010
"_template": "https://github.com/robert-koch-institut/mex-template",
11-
"_commit": "a67c7163c76384de4f85913f0f6045a41dcd0735"
11+
"_commit": "7c3e752b1fa728e1b003be1bdf5190b19bbc1db6"
1212
}
1313
},
1414
"directory": null

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changes
1313

14+
- updated template to https://github.com/robert-koch-institut/mex-template/commit/7c3e75
1415
- clarify docker run example in README
1516

1617
### Deprecated

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cruft==2.16.0
22
mex-release==0.3.5
3-
pdm==2.26.2
3+
pdm<2.26.2
44
pre-commit==4.5.0

0 commit comments

Comments
 (0)