1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

feat: Upgrade dependencies

Upgrade required dependency versions for most dependencies.  Add maximum
version to most dependencies as well.
This commit is contained in:
2023-04-27 02:20:02 -05:00
parent 10405ad063
commit c5a71f61b8
3 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
distro>=1.5.0
mutagen>=1.44.0
polib>=1.1.0
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
pywin32>=228; sys_platform == 'win32'
distro>=1.8.0,<2.0.0
mutagen>=1.46.0,<2.0.0
polib>=1.1.0,<2.0.0
PyQt5 >=5.15.0,<6.0; sys_platform != 'linux'
pywin32>=304; sys_platform == 'win32'
semantic-version>=2.0.0,<3.0.0
Send2Trash>=1.3.0
sphinx>=3.0.0
Send2Trash>=1.8.2,<2.0.0
sphinx>=5.3.0,<7.0.0
xxhash>=3.0.0,<4.0.0