Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jun 1, 2024
1 parent 9442edd commit 4b7bc6b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 49 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ test*
audio
*.user
pyvenv.cfg
.qt_for_python
.qt_for_python
.python-version
90 changes: 45 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "songs-to-youtube"
version = "0.12.14"
version = "0.12.15"
description = "Application to upload songs to YouTube"
authors = ["7x11x13 <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ mutagen = "^1.47.0"
pathvalidate = "^3.2.0"
psutil = "^5.9.6"
pyside6 = "6.6.1"
youtube-up = "^0.4.1"
youtube-up = "^0.4.2"

[tool.poetry.group.build]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion songs_to_youtube/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CustomDataRole(IntEnum):

ORGANIZATION = "7x11x13"
APPLICATION = "songs-to-youtube"
VERSION = "v0.12.14"
VERSION = "v0.12.15"
SETTINGS_FILENAME = "v0.8settings"

SUPPORTED_IMAGE_FILTER = "Images (*.bmp *.cur *.gif *.icns *.ico *.jpeg *.jpg *.pbm *.pgm *.png *.ppm *.svg *.svgz *.tga *.tif *.tiff *.wbmp *.webp *.xbm *.xpm)"

0 comments on commit 4b7bc6b

Please sign in to comment.