Skip to content

Commit

Permalink
Update CI dependencies (patch) (#452)
Browse files Browse the repository at this point in the history
* Update CI dependencies

* Apply pre-commit fix

From the artifact of the previous workflow run

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Jan 1, 2025
1 parent 0b26a9d commit 0f2daef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.4 # pypi
- poetry==1.8.5 # pypi
exclude: ^pyproject.toml$
- id: poetry-lock
additional_dependencies:
- poetry==1.8.4 # pypi
- poetry==1.8.5 # pypi
exclude: ^pyproject.toml$
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
Expand All @@ -38,7 +38,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.4.1 # npm
- prettier@3.4.2 # npm
- prettier-plugin-sh@0.14.0 # npm
- prettier-plugin-toml@2.0.1 # npm
- '@prettier/plugin-xml@0.12.0' # npm
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.4
hooks:
- id: ruff-format
args:
Expand All @@ -90,9 +90,9 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==1.8.0 # pypi
- prospector-profile-duplicated==1.8.1 # pypi
- prospector-profile-utils==1.13.0 # pypi
- ruff==0.8.1 # pypi
- ruff==0.8.4 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.3.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021-2024, Camptocamp SA
Copyright (c) 2021-2025, Camptocamp SA
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 0f2daef

Please sign in to comment.