From e9d42d93e781dffe0136c33bd3822a19cecbab83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 06:01:24 +0000 Subject: [PATCH 1/4] Bump chuhlomin/render-template from 1.6 to 1.7 (#146) Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.6 to 1.7. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.6...v1.7) --- updated-dependencies: - dependency-name: chuhlomin/render-template 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/ci_check_pyproject_dependencies.yml | 2 +- .github/workflows/ci_update_dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index 85072c0c..f77a26dd 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -124,7 +124,7 @@ jobs: - name: Fetch PR body if: env.UPDATE_DEPS == 'true' id: pr_body - uses: chuhlomin/render-template@v1.6 + uses: chuhlomin/render-template@v1.7 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index 400f6abc..09daffaf 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -142,7 +142,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.6 + uses: chuhlomin/render-template@v1.7 with: template: ${{ env.PR_BODY_FILE }} From 87566c41f20234f3010ae60728e163c23f6d0cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 06:04:15 +0000 Subject: [PATCH 2/4] Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#147) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... 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 90f750fa..fdf9ec2a 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -252,7 +252,7 @@ jobs: - name: Publish package to TestPyPI if: inputs.test && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.PyPI_token }} @@ -260,7 +260,7 @@ jobs: - name: Publish package to PyPI if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.PyPI_token }} From 56316c85a32d147ea13bf34a8877ae89f2752143 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 15 May 2023 09:06:56 +0200 Subject: [PATCH 3/4] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#149) Update dependencies in `pyproject.toml` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b947a2e9..6fe562d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ requires-python = "~=3.7" dynamic = ["version", "description"] dependencies = [ - "invoke ~=2.0", - "tomlkit ~=0.11.7", + "invoke ~=2.1", + "tomlkit ~=0.11.8", ] [project.optional-dependencies] From 07818f7f4be5da4077bf980171b8a2a1bdf49447 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Tue, 23 May 2023 14:22:08 +0000 Subject: [PATCH 4/4] Update `pre-commit` hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de864f33..208d9700 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.2.0 + rev: v1.3.0 hooks: - id: mypy - repo: https://github.com/SINTEF/ci-cd - rev: v2.3.1 + rev: v2.4.0 hooks: - id: docs-api-reference args: