Skip to content

Commit 4079402

Browse files
committed
Update dependencies (2025-09)
1 parent ea94237 commit 4079402

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4.2.2
17-
- uses: actions/setup-python@v5.6.0
16+
- uses: actions/checkout@v5.0.0
17+
- uses: actions/setup-python@v6.0.0
1818
with:
1919
python-version: 3.11
2020
- name: Run make check
2121
run: |
2222
tools/ci-build.sh
23-
- uses: softprops/action-gh-release@v2.2.2
23+
- uses: softprops/action-gh-release@v2.3.2
2424
if: startsWith(github.ref, 'refs/tags/')
2525
with:
2626
files: dist/*.oxt
@@ -29,14 +29,14 @@ jobs:
2929
windows:
3030
runs-on: windows-2022
3131
steps:
32-
- uses: actions/checkout@v4.2.2
33-
- uses: actions/setup-python@v5.6.0
32+
- uses: actions/checkout@v5.0.0
33+
- uses: actions/setup-python@v6.0.0
3434
with:
3535
python-version: 3.11
3636
- name: Run make pack
3737
run: |
3838
tools/ci-build.ps1
39-
- uses: softprops/action-gh-release@v2.2.2
39+
- uses: softprops/action-gh-release@v2.3.2
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
files: dist/*.msi

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage==7.10.2
1+
coverage==7.10.6
22
flake8==7.3.0
33
mypy==1.17.1
44
pygraphviz==1.14
55
pyinstaller==6.15.0
6-
pylint==3.3.7
6+
pylint==3.3.8
77
pyqt6==6.7.1

0 commit comments

Comments
 (0)