Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jun 3, 2024
1 parent 4b7bc6b commit 412784e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

6 changes: 3 additions & 3 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.15"
version = "0.12.16"
description = "Application to upload songs to YouTube"
authors = ["7x11x13 <[email protected]>"]
readme = "README.md"
Expand All @@ -9,12 +9,12 @@ readme = "README.md"
songs-to-youtube = "songs_to_youtube.main:main"

[tool.poetry.dependencies]
python = "^3.8, <3.12"
python = "^3.8, <3.13"
mutagen = "^1.47.0"
pathvalidate = "^3.2.0"
psutil = "^5.9.6"
pyside6 = "6.6.1"
youtube-up = "^0.4.2"
youtube-up = "^0.4.3"

[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.15"
VERSION = "v0.12.16"
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 412784e

Please sign in to comment.