Skip to content

Commit

Permalink
Bump cookiecutter template to fca460 (#191)
Browse files Browse the repository at this point in the history
# Changes

- bumped cookiecutter template to
robert-koch-institut/mex-template@fca460

---------

Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Co-authored-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
Co-authored-by: Nicolas Drebenstedt <drebenstedtn@rki.de>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent d962696 commit e1ef7f8
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/robert-koch-institut/mex-template",
"commit": "9167981a2eb9889a68c72a5b3cbdb11d5702c4b8",
"commit": "fca460e90134ef8c10f54d491aa80891509b1b6c",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

services:
neo4j:
image: neo4j:5.24-community
image: neo4j:5.25-community
env:
NEO4J_AUTH: neo4j/password
ports:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: fix-byte-order-marker
name: byte-order
- repo: https://github.com/pdm-project/pdm
rev: 2.19.1
rev: 2.20.0.post1
hooks:
- id: pdm-lock-check
name: pdm
Expand Down
56 changes: 28 additions & 28 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ dependencies = [
"uvicorn[standard]>=0.30.6,<1",
]
optional-dependencies.dev = [
"black>=24.8.0,<25",
"black>=24,<25",
"ipdb>=0.13.13,<1",
"mypy>=1.11.2,<2",
"pytest-cov>=5.0.0,<6",
"pytest-cov>=6,<7",
"pytest-random-order>=1.1.1,<2",
"pytest>=8.3.3,<9",
"ruff>=0.6.5,<1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cruft==2.15.0
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git
pdm==2.19.3
pdm==2.20.0.post1
pre-commit==4.0.1
wheel==0.44.0

0 comments on commit e1ef7f8

Please sign in to comment.