Skip to content

Commit d8f8d6e

Browse files
committed
Update dependencies (2025-04)
1 parent 111140d commit d8f8d6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/[email protected]
17-
- uses: actions/setup-python@v5.4.0
17+
- uses: actions/setup-python@v5.5.0
1818
with:
1919
python-version: 3.11
2020
- name: Run make check
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: windows-2022
3131
steps:
3232
- uses: actions/[email protected]
33-
- uses: actions/setup-python@v5.4.0
33+
- uses: actions/setup-python@v5.5.0
3434
with:
3535
python-version: 3.11
3636
- name: Run make pack

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage==7.6.12
2-
flake8==7.1.2
1+
coverage==7.8.0
2+
flake8==7.2.0
33
mypy==1.15.0
44
pygraphviz==1.14
55
pyinstaller==6.12.0
6-
pylint==3.3.4
6+
pylint==3.3.6
77
pyqt6==6.7.1

0 commit comments

Comments
 (0)