Skip to content

Commit 489958a

Browse files
committed
Merge branch 'main' into upgrade-python-support
2 parents ddecf3d + 4d9cbad commit 489958a

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
exclude: ^\.bumpversion\.cfg$
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema.git
46-
rev: 0.35.0
46+
rev: 0.36.0
4747
hooks:
4848
- id: check-github-actions
4949
- id: check-github-workflows
@@ -104,7 +104,7 @@ repos:
104104
additional_dependencies: [setuptools-scm]
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.14.8
107+
rev: v0.14.10
108108
hooks:
109109
- id: ruff-format
110110
- id: ruff

docs/reference/changelog.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ Unreleased changes
2424

2525
- Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`)
2626
- Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`)
27-
- Bump actions/download-artifact from 6 to 7 ({gh-pr}`361`)
28-
- Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`)
29-
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
3027
- Bump actions/checkout from 5 to 6 ({gh-pr}`357`)
3128
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
29+
- Bump actions/download-artifact from 6 to 7 ({gh-pr}`361`)
3230
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
31+
- Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`)
3332
- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)
34-
- pre-commit autoupdate ({gh-pr}`358`)
35-
- pre-commit autoupdate ({gh-pr}`355`)
36-
- pre-commit autoupdate ({gh-pr}`350`)
33+
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
34+
- pre-commit autoupdate ({gh-pr}`350`, {gh-pr}`355`, {gh-pr}`358`, {gh-pr}`362`)
3735

3836
---
3937

0 commit comments

Comments
 (0)