Skip to content

Commit 6fa048e

Browse files
Update CI dependencies
1 parent 0f26984 commit 6fa048e

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/1.0.0/tag_publish/schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/1.0.1/tag_publish/schema.json
22

33
docker:
44
images:

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
|\.github/publish\.yaml
2020
)$
2121
- repo: https://github.com/sbrunner/jsonschema2md2
22-
rev: 1.3.0
22+
rev: 1.5.2
2323
hooks:
2424
- id: jsonschema2md
2525
files: schema.json
@@ -63,7 +63,7 @@ repos:
6363
- id: workflows-require-timeout
6464
- id: poetry2-lock
6565
additional_dependencies:
66-
- poetry==2.1.1 # pypi
66+
- poetry==2.1.2 # pypi
6767
- id: canonicalize
6868
- repo: https://github.com/codespell-project/codespell
6969
rev: v2.4.1
@@ -77,9 +77,9 @@ repos:
7777
hooks:
7878
- id: prettier
7979
additional_dependencies:
80-
81-
- prettier-plugin-sh@0.15.0 # npm
82-
80+
81+
- prettier-plugin-sh@0.16.0 # npm
82+
8383
- '@prettier/[email protected]' # npm
8484
exclude: ^scan_to_paperless/status\.html$
8585
- repo: https://github.com/shellcheck-py/shellcheck-py
@@ -91,7 +91,7 @@ repos:
9191
hooks:
9292
- id: git-check
9393
- repo: https://github.com/python-jsonschema/check-jsonschema
94-
rev: 0.31.2
94+
rev: 0.32.1
9595
hooks:
9696
- id: check-github-workflows
9797
- id: check-github-actions
@@ -104,7 +104,7 @@ repos:
104104
- --builtin-schema
105105
- github-workflows-require-timeout
106106
- repo: https://github.com/sirwart/ripsecrets
107-
rev: v0.1.8
107+
rev: v0.1.9
108108
hooks:
109109
- id: ripsecrets
110110
exclude: |-
@@ -114,7 +114,7 @@ repos:
114114
)
115115
116116
- repo: https://github.com/astral-sh/ruff-pre-commit
117-
rev: v0.9.9
117+
rev: v0.11.2
118118
hooks:
119119
- id: ruff-format
120120
args:
@@ -149,7 +149,7 @@ repos:
149149
additional_dependencies:
150150
- prospector-profile-utils==1.22.3 # pypi
151151
- repo: https://github.com/renovatebot/pre-commit-hooks
152-
rev: 39.182.3
152+
rev: 39.227.2
153153
hooks:
154154
- id: renovate-config-validator
155155
- repo: https://github.com/sbrunner/python-versions-hook

ci/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
c2cciutils==1.7.3
2-
poetry==2.1.1
2+
poetry==2.1.2
33
poetry-plugin-tweak-dependencies-version==1.5.2
4-
poetry-dynamic-versioning==1.7.1
4+
poetry-dynamic-versioning==1.8.2
55
poetry-plugin-export==1.9.0
66
pip==25.0.1
7-
pre-commit==4.1.0
7+
pre-commit==4.2.0
88
poetry-plugin-drop-python-upper-constraint==1.0.0
99
importlib-metadata<8.6.2
1010
tag-publish==1.0.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poetry==2.1.1
1+
poetry==2.1.2
22
poetry-plugin-tweak-dependencies-version==1.5.2
33
poetry-dynamic-versioning==1.8.2
44
poetry-plugin-export==1.9.0

0 commit comments

Comments
 (0)