diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa3d671..322fa9e 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.5.0 + - uses: softprops/action-gh-release@v2.6.1 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.5.0 + - uses: softprops/action-gh-release@v2.6.1 if: startsWith(github.ref, 'refs/tags/') with: files: dist/*.msi diff --git a/requirements.txt b/requirements.txt index e507c72..6227ad0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -coverage==7.13.4 +coverage==7.13.5 flake8==7.3.0 -mypy==1.19.1 +mypy==1.20.0 pygraphviz==1.14 pyinstaller==6.19.0 pylint==4.0.5 -pyqt6==6.10.2 +pyqt6==6.11.0