From 9337032a9040e1839cc0436b4c1f9b70d09a3f72 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Tue, 1 Oct 2024 09:10:35 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#291) Update GH Actions: * Bump peter-evans/create-pull-request from 6 to 7 (#285) Update dependencies in `pyproject.toml` (#286) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> --- .github/workflows/ci_check_pyproject_dependencies.yml | 2 +- .github/workflows/ci_update_dependencies.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index 5238b1a9..b4964b4d 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -252,7 +252,7 @@ jobs: - name: Create PR if: steps.ci_cd.outputs.update_dependencies == 'true' id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} committer: "${{ inputs.git_username }} <${{ inputs.git_email }}>" diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index 5304a512..7937d4d0 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -177,7 +177,7 @@ jobs: - name: Create PR id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} committer: "${{ inputs.git_username }} <${{ inputs.git_email }}>" diff --git a/pyproject.toml b/pyproject.toml index 9745b959..d3199c80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "mkdocs-material ~=9.2; python_version < '3.8'", "mkdocs-material ~=9.5; python_version >= '3.8'", "mkdocstrings[python-legacy] ~=0.22.0; python_version < '3.8'", - "mkdocstrings[python-legacy] ~=0.25.2; python_version >= '3.8'", + "mkdocstrings[python-legacy] ~=0.26.1; python_version >= '3.8'", ] testing = [ "pytest ~=7.4",