Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#579)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Dec 13, 2023
1 parent 33cab69 commit 2639e61
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down Expand Up @@ -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}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_updated_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pre-commit~=3.5
pre-commit~=3.6
pylint~=3.0

0 comments on commit 2639e61

Please sign in to comment.