Skip to content

Commit 446084c

Browse files
Bump the "dependencies" group with 3 updates across multiple ecosystems (#100)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f2893a commit 446084c

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ jobs:
4747
contents: read
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5151
with:
5252
fetch-depth: 0
5353
persist-credentials: false
5454

5555
- name: Set up Python
56-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
56+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5757
with:
5858
python-version: "3.x"
5959

6060
- name: Build wheels
61-
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
61+
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
6262
with:
6363
output-dir: dist
6464

6565
- name: Generate build provenance attestation for wheels
6666
if: inputs.attest-package == 'true'
67-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
67+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
6868
with:
6969
subject-path: "dist/*.whl"
7070

@@ -85,13 +85,13 @@ jobs:
8585
contents: read
8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
88+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8989
with:
9090
fetch-depth: 0
9191
persist-credentials: false
9292

9393
- name: Set up Python
94-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
94+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
9595
with:
9696
python-version: "3.x"
9797

@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Generate build provenance attestation for sdist
104104
if: inputs.attest-package == 'true'
105-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
105+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
106106
with:
107107
subject-path: "dist/*.tar.gz"
108108

@@ -125,13 +125,13 @@ jobs:
125125
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
126126
steps:
127127
- name: Checkout
128-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
128+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
129129
with:
130130
fetch-depth: 0
131131
persist-credentials: false
132132

133133
- name: Set up Python
134-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
134+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
allow-prereleases: true

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.15
12+
rev: v0.15.20
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
1616
- id: ruff-format
1717
- repo: https://github.com/rvben/rumdl-pre-commit
18-
rev: v0.2.4
18+
rev: v0.2.25
1919
hooks:
2020
- id: rumdl
2121
- repo: https://github.com/zizmorcore/zizmor-pre-commit
22-
rev: v1.25.2
22+
rev: v1.26.1
2323
hooks:
2424
- id: zizmor

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools==82.0.1",
4-
"setuptools_scm==10.0.5",
4+
"setuptools_scm==10.2.0",
55
]
66
build-backend = "setuptools.build_meta"
77

@@ -62,7 +62,7 @@ dev = [
6262
]
6363

6464
test = [
65-
"pytest == 9.0.3",
65+
"pytest == 9.1.1",
6666
{include-group = "setuptools-scm"},
6767
]
6868

0 commit comments

Comments
 (0)