From 98decaadfbe6b406c7aa3462a7ca65940b957c07 Mon Sep 17 00:00:00 2001 From: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:50:26 +0100 Subject: [PATCH] Bump cookiecutter template to f3bf98 (#334) # Changes - bumped cookiecutter template to https://github.com/robert-koch-institut/mex-template/commit/f3bf98 --------- Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com> Co-authored-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com> --- .cruft.json | 2 +- .pre-commit-config.yaml | 6 +++--- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index 7dab88a2..e216f2e3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "checkout": null, - "commit": "b0a2056a104f39cd18e6b395a27d18473caa73d7", + "commit": "f3bf981df5d829892200d2a41eafee331fa85715", "context": { "cookiecutter": { "project_name": "common", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0229369..ee8e3f2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: pretty-format-json name: json @@ -25,7 +25,7 @@ repos: - id: fix-byte-order-marker name: byte-order - repo: https://github.com/pdm-project/pdm - rev: 2.19.3 + rev: 2.20.1 hooks: - id: pdm-lock-check name: pdm diff --git a/requirements.txt b/requirements.txt index 2035fcb8..7470a61a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ cruft==2.15.0 mex-release==0.3.0 pdm==2.20.1 pre-commit==4.0.1 -wheel==0.44.0 +wheel==0.45.0