Skip to content

Commit

Permalink
Merge pull request #112 from jacobszpz/pyinst6
Browse files Browse the repository at this point in the history
Update PyInstaller to v6.1 and adapt GH workflow (Closes #91)
  • Loading branch information
sanjacob authored Nov 10, 2023
2 parents c607f35 + 41859a2 commit addfd08
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 428 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- The app will now catch API validation issues and inform the user about them
- Updated PyInstaller version which brings improvements for packaging on macOS

### Fixed
- Improve Blackboard API data validation (@cainanmahar)
- PyQt5 has been updated due to a security issue

## [0.10.0] - 2023-10-05

Expand Down
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ requests = "==2.31.0"
lxml = "==4.9.3"
appdirs = "==1.4.4"
python-dateutil = "==2.8.2"
pyqt5 = "==5.15.9"
pyqt5 = "==5.15.10"
pyqt5-qt5 = ">=5.15.2"
setuptools = "==68.0.0"
pathvalidate = "==3.1.0"
pydantic = "==2.1.1"
Expand All @@ -18,7 +19,7 @@ beautifulsoup4 = "==4.12.2"

[dev-packages]
coverage = "*"
pyinstaller = "==5.13.2"
pyinstaller = "==6.1.0"
pywin32-ctypes = "==0.2.2"
sphinx = "*"
recommonmark = "*"
Expand Down
Loading

0 comments on commit addfd08

Please sign in to comment.