From 630460dc00aee19e495b62b538cafc0610a031bf Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 6 Mar 2023 09:19:17 +0100 Subject: [PATCH 1/3] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#108) Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 390d25b2..eaf2bc0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = [ "mike ~=1.1", "mkdocs ~=1.4", "mkdocs-awesome-pages-plugin ~=2.8", - "mkdocs-material ~=9.0", + "mkdocs-material ~=9.1", "mkdocstrings[python-legacy] ~=0.20.0", ] testing = [ From 8089c719b001eeda73e92b54b9b5f85eb11966c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:43:03 +0000 Subject: [PATCH 2/3] Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#116) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.7.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.4...v1.7.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index caa93326..175b7b6c 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.6.4 + uses: pypa/gh-action-pypi-publish@v1.7.1 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.6.4 + uses: pypa/gh-action-pypi-publish@v1.7.1 with: user: __token__ password: ${{ secrets.PyPI_token }} From 0ccd703ee5212732de5f9fe504f4f34279134331 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 15 Mar 2023 09:45:15 +0000 Subject: [PATCH 3/3] Update `pre-commit` hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0af59e00..ea25614e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: # More information can be found in its documentation: # https://bandit.readthedocs.io/en/latest/ - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit args: ["-r"] @@ -49,12 +49,12 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.1.1 hooks: - id: mypy - repo: https://github.com/SINTEF/ci-cd - rev: v2.0.0 + rev: v2.2.0 hooks: - id: docs-api-reference args: