From 863e84879210ecbcb9b0e7dbd7ff9cd080a42991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:07:52 +0000 Subject: [PATCH 1/3] Bump chuhlomin/render-template from 1.8 to 1.9 (#230) * Bump chuhlomin/render-template from 1.8 to 1.9 Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.8 to 1.9. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.8...v1.9) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add recursive=yes for pylint in tests folder for CI --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen --- .github/workflows/_local_ci_tests.yml | 2 +- .github/workflows/ci_check_pyproject_dependencies.yml | 2 +- .github/workflows/ci_update_dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_local_ci_tests.yml b/.github/workflows/_local_ci_tests.yml index 30e60cf..9b8164d 100644 --- a/.github/workflows/_local_ci_tests.yml +++ b/.github/workflows/_local_ci_tests.yml @@ -21,7 +21,7 @@ jobs: # pylint pylint_runs: | --rcfile=pyproject.toml ci_cd - --rcfile=pyproject.toml --disable=import-outside-toplevel,redefined-outer-name tests + --rcfile=pyproject.toml --disable=import-outside-toplevel,redefined-outer-name --recursive=yes tests # build dist build_libs: flit diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index 70b2918..4b146b8 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -217,7 +217,7 @@ jobs: - name: Fetch PR body if: env.UPDATE_DEPS == 'true' id: pr_body - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index 73f1415..c0a6019 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -143,7 +143,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 with: template: ${{ env.PR_BODY_FILE }} From 7664d37b3c541eec335b70ee27d88c09cd8b5619 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 11 Dec 2023 13:16:23 +0100 Subject: [PATCH 2/3] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#229) Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c227c..12c2282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "packaging ~=23.2", "tomlkit ~=0.12.3", "typing-extensions ~=4.7; python_version < '3.8'", - "typing-extensions ~=4.8; python_version >= '3.8'", + "typing-extensions ~=4.9; python_version >= '3.8'", ] [project.optional-dependencies] From ec346089a767e86cfa26fc18592382dfb5b17f5f Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 1 Jan 2024 06:35:34 +0000 Subject: [PATCH 3/3] Update `pre-commit` hooks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c0223..8a21cee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black @@ -42,7 +42,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.9 hooks: - id: ruff # Fix what can be fixed in-place and exit with non-zero status if files were @@ -57,7 +57,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.5 + rev: 1.7.6 hooks: - id: bandit args: ["-r"] @@ -69,12 +69,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.7.1 + rev: v1.8.0 hooks: - id: mypy - repo: https://github.com/SINTEF/ci-cd - rev: v2.6.0 + rev: v2.7.1 hooks: - id: docs-api-reference args: