Skip to content

Commit

Permalink
Update dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Dec 19, 2023
1 parent 3302b54 commit ce13ab5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.9"
version = "0.12.10"
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.0"
youtube-up = "^0.3.6"
youtube-up = "^0.3.7"

[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.9"
VERSION = "v0.12.10"
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 ce13ab5

Please sign in to comment.