From 2639e61addf25abad43d8d88c51909b97fa042a2 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:42:01 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#579) Update GH Actions: * Bump actions/setup-python from 4 to 5 (#574) * Bump SINTEF/ci-cd from 2.6.0 to 2.7.1 (#575) Update dependencies: * Update pre-commit requirement from ~=3.5 to ~=3.6 (#576) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd_release.yml | 2 +- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- .github/workflows/ci_tests.yml | 4 ++-- .github/workflows/ci_updated_develop.yml | 2 +- .pre-commit-config.yaml | 2 +- requirements/requirements_dev.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 6b181be..a9ad642 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: publish: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.6.0 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.1 if: github.repository == 'CasperWA/voila-optimade-client' && startsWith(github.ref, 'refs/tags/20') with: # General diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index f481dbe..ed53a09 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.6.0 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.1 if: github.repository_owner == 'CasperWA' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 7c76ac5..ebc426f 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -11,7 +11,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.6.0 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.1 if: github.repository_owner == 'CasperWA' with: diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 2f8a598..b2bd72b 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -11,7 +11,7 @@ on: jobs: basic_tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.6.0 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.1 with: # General install_extras: "[dev]" @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version}} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version}} diff --git a/.github/workflows/ci_updated_develop.yml b/.github/workflows/ci_updated_develop.yml index 91eac9a..fc46b03 100644 --- a/.github/workflows/ci_updated_develop.yml +++ b/.github/workflows/ci_updated_develop.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.6.0 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.1 if: github.repository_owner == 'CasperWA' with: # General diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 390097b..7d93719 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: exclude: README.md - repo: https://github.com/ambv/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black name: Blacken diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 255884b..4efc940 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,2 +1,2 @@ -pre-commit~=3.5 +pre-commit~=3.6 pylint~=3.0