Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent fe43cd3 commit 51eeebb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
ci/config\.yaml
)$
- repo: https://github.com/sbrunner/jsonschema2md2
rev: 1.2.0
rev: 1.3.0
hooks:
- id: jsonschema2md
files: schema.json
Expand All @@ -43,7 +43,7 @@ repos:
- scan_to_paperless/process_schema.json
- process.md
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.6.0 # Use the ref you want to point at
rev: 2.7.2 # Use the ref you want to point at
hooks:
- id: jsonschema-gentypes
files: |-
Expand Down Expand Up @@ -102,7 +102,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -127,7 +127,7 @@ repos:
|thepaperlessproject-paperless-consumer.json
)
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
Expand All @@ -137,7 +137,7 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down
6 changes: 3 additions & 3 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c2cciutils[checks,publish]==1.6.22
poetry==1.8.3
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.3.0
poetry-dynamic-versioning==1.4.0
poetry-plugin-export==1.8.0
pip==24.0
pre-commit==3.7.1
pip==24.2
pre-commit==3.8.0
poetry-plugin-drop-python-upper-constraint==0.1.0
importlib-metadata<8.0.0

0 comments on commit 51eeebb

Please sign in to comment.