Skip to content

Commit

Permalink
feat: Upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrade required dependency versions for most dependencies.  Add maximum
version to most dependencies as well.
  • Loading branch information
arsenetar committed Apr 27, 2023
1 parent 10405ad commit c5a71f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements-extra.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=6,<7
pytest>=7,<8
flake8
black
pyinstaller>=4.5,<5.0; sys_platform != 'linux'
pyinstaller>=5.6,<6.0; sys_platform != 'linux'
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ classifiers =
packages = find:
python_requires = >=3.7
install_requires =
Send2Trash>=1.3.0
mutagen>=1.45.1
distro>=1.5.0
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
Send2Trash>=1.8.2,<2.0.0
mutagen>=1.46.0,<2.0.0
distro>=1.8.0,<2.0.0
PyQt5 >=5.15.0,<6.0; sys_platform != 'linux'
pywin32>=228; sys_platform == 'win32'
semantic-version>=2.0.0,<3.0.0
xxhash>=3.0.0,<4.0.0
Expand Down

0 comments on commit c5a71f6

Please sign in to comment.