Skip to content

Commit 1b407e4

Browse files
committed
Update CI dependencies
1 parent e7d5da1 commit 1b407e4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: prettier
4444
additional_dependencies:
45-
- prettier@3.2.4 # npm
45+
- prettier@3.2.5 # npm
4646
- prettier-plugin-sh@0.14.0 # npm
4747
- prettier-plugin-toml@2.0.1 # npm
4848
- '@prettier/plugin-xml@0.12.0' # npm
@@ -64,7 +64,7 @@ repos:
6464
- id: check-github-workflows
6565
- id: check-renovate
6666
additional_dependencies:
67-
- pyjson5==1.6.5 # pypi
67+
- pyjson5==1.6.6 # pypi
6868
- id: check-github-actions
6969
- id: check-jsonschema
7070
name: Check GitHub Workflows set timeout-minutes
@@ -91,7 +91,7 @@ repos:
9191
hooks:
9292
- id: autoflake
9393
- repo: https://github.com/asottile/pyupgrade
94-
rev: v3.15.0
94+
rev: v3.15.1
9595
hooks:
9696
- id: pyupgrade
9797
args:

ci/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.15/c2cciutils/schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.17/c2cciutils/schema.json
22

33
{}

ci/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
c2cciutils[checks,publish]==1.6.15
1+
c2cciutils[checks,publish]==1.6.17
22
poetry==1.7.1
33
pip==23.3.2
4-
pre-commit==3.6.0
4+
pre-commit==3.6.2
55
poetry-plugin-drop-python-upper-constraint==0.1.0
66
poetry-plugin-export==1.6.0
77
poetry-plugin-tweak-dependencies-version==1.5.2

0 commit comments

Comments
 (0)