diff --git a/.cruft.json b/.cruft.json index 12c0281..c33aa9a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/ecmwf-projects/cookiecutter-conda-package", - "commit": "22f52dd88a2ec84dfa380d8e2c655e0b3752a10a", + "commit": "900af102174ecfcb6aac3a1610636e70b00053ee", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 3cf5a61..3bbbafe 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -229,6 +229,6 @@ jobs: with: name: distribution path: dist - - uses: pypa/gh-action-pypi-publish@v1.8.14 + - uses: pypa/gh-action-pypi-publish@v1.9.0 with: verbose: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c78570..4b4a41f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: blackdoc additional_dependencies: [black==23.11.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.5.1 hooks: - id: ruff args: [--fix, --show-fixes] @@ -34,6 +34,6 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.2 + rev: v8.18.4 hooks: - id: gitleaks