Skip to content

Commit 0568065

Browse files
authored
Merge pull request #577 from jakob-keller/dependencies
Bump dev dependencies
2 parents 8b43ea9 + bb40a0e commit 0568065

File tree

5 files changed

+269
-263
lines changed

5 files changed

+269
-263
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GITHUB_REF: ${{ github.ref }}
4141
- name: Check out repository code
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343
with:
4444
persist-credentials: false
4545
fetch-depth: 0
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
enable-cache: false
5151
- name: Set up Python
52-
uses: actions/setup-python@v6
52+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5353
with:
5454
python-version-file: "pyproject.toml"
5555
- id: cz
@@ -78,15 +78,15 @@ jobs:
7878
- name: Publish peprock 📦 to PyPI
7979
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
8080
- name: Setup Pages
81-
uses: actions/configure-pages@v5
81+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
8282
- name: Build documentation
8383
run: uv run pdoc --html peprock
8484
- name: Upload documentation
85-
uses: actions/upload-pages-artifact@v4
85+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
8686
with:
8787
path: "html/peprock"
8888
- name: Deploy to GitHub Pages
89-
uses: actions/deploy-pages@v4
89+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
9090
- run: echo "🍏 This job's status is ${JOB_STATUS}."
9191
env:
9292
JOB_STATUS: ${{ job.status }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
GITHUB_REF: ${{ github.ref }}
4242
- name: Check out repository code
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
with:
4545
persist-credentials: false
4646
- name: Install uv

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
- id: check-case-conflict
1010
- id: check-executables-have-shebangs
1111
- id: check-json
12+
- id: check-json5
1213
- id: check-merge-conflict
1314
- id: check-symlinks
1415
- id: check-toml
@@ -40,11 +41,11 @@ repos:
4041
- id: pretty-format-json
4142
- id: requirements-txt-fixer
4243
- repo: https://github.com/astral-sh/uv-pre-commit
43-
rev: 0.9.18
44+
rev: 0.9.27
4445
hooks:
4546
- id: uv-lock
4647
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.14.10
48+
rev: v0.14.14
4849
hooks:
4950
- id: ruff-format
5051
- id: ruff
@@ -53,16 +54,16 @@ repos:
5354
hooks:
5455
- id: mypy
5556
- repo: https://github.com/commitizen-tools/commitizen
56-
rev: v4.10.1
57+
rev: v4.12.1
5758
hooks:
5859
- id: commitizen
5960
- repo: https://github.com/adrienverge/yamllint
60-
rev: v1.37.1
61+
rev: v1.38.0
6162
hooks:
6263
- id: yamllint
6364
args: [--config-data, relaxed]
6465
- repo: https://github.com/python-jsonschema/check-jsonschema
65-
rev: 0.36.0
66+
rev: 0.36.1
6667
hooks:
6768
- id: check-dependabot
6869
- id: check-github-workflows

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
dev = [
4646
"coverage[toml] >=7.2.1,<8.0.0",
4747
"mypy >=1.15.0,<2.0.0",
48-
"prek >=0.2.23,<0.3.0",
48+
"prek >=0.2.30,<0.4.0",
4949
"pdoc3 >=0.11.1,<0.12.0",
5050
"pytest >=9.0.2,<10.0.0",
5151
"pytest-cov >=6.0.0,<8.0.0",

0 commit comments

Comments
 (0)