diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b9fda0..1043674 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.3.2 # npm + - prettier@3.3.3 # npm - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm diff --git a/ci/config.yaml b/ci/config.yaml index 5d4029c..6c0a9a9 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,3 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.21/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.22/c2cciutils/schema.json {} diff --git a/ci/requirements.txt b/ci/requirements.txt index 54ff419..ac267b4 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.21 +c2cciutils[checks,publish]==1.6.22 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.4.0