Skip to content

Commit

Permalink
Going back to 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Apr 20, 2024
1 parent 933fce0 commit 52e4822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ donordrivepython==1.6.0
mypy
pre-commit
pyinstaller
PyQt6==6.6.0
PyQt6==6.6.1
pytest
requests
rich
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pyinstaller==6.6.0
# via -r requirements.in
pyinstaller-hooks-contrib==2024.4
# via pyinstaller
pyqt6==6.6.0
pyqt6==6.6.1
# via -r requirements.in
pyqt6-qt6==6.6.3
# via pyqt6
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include_package_data = True
packages = find:
install_requires =
xdgenvpy == 2.3.5
pyqt6 == 6.6.0
pyqt6 == 6.6.1
semver == 3.0.2
requests == 2.28.1
rich == 12.6.0
Expand Down

0 comments on commit 52e4822

Please sign in to comment.