Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 96f113f7f0 ci(deps): bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 06:21:29 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ jobs:
echo "tag_name=$TAG_NAME" >> $GITHUB_OUTPUT
- name: Create Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ steps.version.outputs.tag_name }}
name: SwingMusic v${{ steps.version.outputs.version }}
+1 -1
View File
@@ -34,7 +34,7 @@ dependencies = [
"ffmpeg-python>=0.2.0",
"schedule>=1.2.2",
"pillow>=11.1.0",
"flask-openapi3==4.3.2",
"flask-openapi3==4.3.1",
"rapidfuzz==3.14.5",
"pendulum>=3.0.0",
"pystray>=0.19.5",
+1 -1
View File
@@ -21,7 +21,7 @@ sortedcontainers>=2.4.0
xxhash>=3.4.1
ffmpeg-python>=0.2.0
schedule>=1.2.2
flask-openapi3==4.3.2
flask-openapi3==4.3.1
rapidfuzz==3.14.5
pendulum>=3.0.0
pystray>=0.19.5