diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 194e0a90..58489630 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -57,7 +57,7 @@ jobs: ls -ltrh ls -ltrh dist - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.12.3 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: repository-url: https://test.pypi.org/legacy/ verbose: true @@ -95,5 +95,5 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.12.3 + - uses: pypa/gh-action-pypi-publish@v1.12.4 if: startsWith(github.ref, 'refs/tags') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6d152be..27cca1c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.2" + rev: "v0.9.3" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -69,7 +69,7 @@ repos: - pytest - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.0" hooks: - id: codespell args: ["--write-changes", "--ignore-words", ".codespell-whitelist"]