Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#291)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 9112117 commit 9337032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_pyproject_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}>"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9337032

Please sign in to comment.