From 0991d57b409ece126485d27a98773e7362c911b6 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Thu, 1 Dec 2022 09:22:48 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#85) Update GH Actions: * Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#84) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd_release.yml | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index b43ca17e..d944412e 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -245,7 +245,7 @@ jobs: - name: Publish package to TestPyPI if: inputs.test && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.5.2 with: user: __token__ password: ${{ secrets.PyPI_token }} @@ -253,7 +253,7 @@ jobs: - name: Publish package to PyPI if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.5.2 with: user: __token__ password: ${{ secrets.PyPI_token }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7052b6fe..fbc5b8c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # To get an overview of them all as well as the ones used here, please see # https://github.com/pre-commit/pre-commit-hooks#hooks-available - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer - id: debug-statements