We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111140d commit d8f8d6eCopy full SHA for d8f8d6e
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-24.04
15
steps:
16
- uses: actions/[email protected]
17
- - uses: actions/setup-python@v5.4.0
+ - uses: actions/setup-python@v5.5.0
18
with:
19
python-version: 3.11
20
- name: Run make check
@@ -30,7 +30,7 @@ jobs:
30
runs-on: windows-2022
31
32
33
34
35
36
- name: Run make pack
requirements.txt
@@ -1,7 +1,7 @@
1
-coverage==7.6.12
2
-flake8==7.1.2
+coverage==7.8.0
+flake8==7.2.0
3
mypy==1.15.0
4
pygraphviz==1.14
5
pyinstaller==6.12.0
6
-pylint==3.3.4
+pylint==3.3.6
7
pyqt6==6.7.1
0 commit comments