diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 322fa9e..2e2e7bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: - name: Run make check run: | tools/ci-build.sh - - uses: softprops/action-gh-release@v2.6.1 + - uses: softprops/action-gh-release@v3.0.0 if: startsWith(github.ref, 'refs/tags/') with: files: dist/*.oxt @@ -36,7 +36,7 @@ jobs: - name: Run make pack run: | tools/ci-build.ps1 - - uses: softprops/action-gh-release@v2.6.1 + - uses: softprops/action-gh-release@v3.0.0 if: startsWith(github.ref, 'refs/tags/') with: files: dist/*.msi diff --git a/requirements.txt b/requirements.txt index 6227ad0..0f9f005 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ coverage==7.13.5 flake8==7.3.0 -mypy==1.20.0 +mypy==1.20.2 pygraphviz==1.14 -pyinstaller==6.19.0 +pyinstaller==6.20.0 pylint==4.0.5 pyqt6==6.11.0