Skip to content

Commit

Permalink
Update CI dependencies (#1236)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 7177b07 commit cfcf24c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
extends: [
'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:stabilization-branches.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:docker.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.8.1',
'github>camptocamp/gs-renovate-config-preset:base.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:group.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:stabilization-branches.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:ci.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:preset.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:pre-commit.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:docker.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:own.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:json-schema.json5#0.8.5',
'github>camptocamp/gs-renovate-config-preset:shellcheck.json5#0.8.5',
],
baseBranches: ['3.4', '3.5', 'master'],
html: {
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: copyright
- id: poetry2-lock
additional_dependencies:
- poetry==2.0.1 # pypi
- poetry==2.1.1 # pypi
exclude: ^pyproject.toml$
- id: canonicalize
- repo: https://github.com/codespell-project/codespell
Expand All @@ -42,7 +42,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -59,13 +59,13 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.9
hooks:
- id: ruff-format
args:
- --line-length=110
- repo: https://github.com/PyCQA/prospector
rev: v1.15.1
rev: v1.15.2
hooks:
- id: prospector
args:
Expand Down Expand Up @@ -94,6 +94,6 @@ repos:
|\.github/ghci\.yaml
)$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.157.0
rev: 39.182.3
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion acceptance_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
poetry==2.0.1
poetry==2.1.1
pip==25.0.1
poetry-plugin-export==1.9.0
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==2.0.1
poetry==2.1.1
poetry-plugin-export==1.9.0

0 comments on commit cfcf24c

Please sign in to comment.