Skip to content

Commit bde7ec3

Browse files
authored
Merge branch 'master' into appinf
2 parents 6fc48da + 0e0f69b commit bde7ec3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
python3 -m build --sdist
203203
python3 -m build --wheel
204204
- name: "Create GitHub Release"
205-
uses: softprops/[email protected].1
205+
uses: softprops/[email protected].2
206206
id: gh-release
207207
with:
208208
tag_name: "v${{ inputs.version }}"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# - --remove-duplicate-keys
2222
# - --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.21.0
24+
rev: v3.21.1
2525
hooks:
2626
- id: pyupgrade
2727
exclude: \.(po|pot|yml|yaml)$
@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232
exclude: \.(po|pot|yml|yaml)$
3333
- repo: https://github.com/psf/black-pre-commit-mirror
34-
rev: 25.9.0
34+
rev: 25.11.0
3535
hooks:
3636
- id: black
3737
args: [--safe, --quiet]

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r _.txt
22
pylint~=3.3.8
33
pytest~=8.4.1
4-
pytest-asyncio~=1.2.0
4+
pytest-asyncio~=1.3.0
55
# pytest-order~=1.0.1
66
mypy~=1.18.1
77
coverage~=7.10
8-
pre-commit==4.3.0
8+
pre-commit==4.4.0
99
codespell==2.4.1
1010
bandit==1.8.6
1111
flake8==7.3.0

0 commit comments

Comments
 (0)