Skip to content

Commit 47c62ff

Browse files
authored
Merge branch 'main' into qsimh-tests-datatype
2 parents 5f49541 + a78d121 commit 47c62ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Run actionlint
203203
continue-on-error: ${{inputs.soft-linting == 'true'}}
204-
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2
204+
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2
205205
with:
206206
flags: ${{inputs.debug && '-verbose'}}
207207
files: '.github/workflows/*.{yaml,yml}'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dev = [
104104
"cibuildwheel",
105105

106106
# Linters, formatters, and test utilities.
107-
"black~=26.1.0",
107+
"black~=26.3.1",
108108
"isort[colors]~=8.0.1",
109109
"py-cpuinfo",
110110
"pylint~=4.0.2",

0 commit comments

Comments
 (0)