Minor fix, updated dependencies
This commit is contained in:
@@ -3,8 +3,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||
|
||||
The first release is [3.0.0] because this is actually the third major version (completely rewritten) of the software.
|
||||
|
||||
## [Unreleased]
|
||||
## [3.2.2] - 2022-07-29
|
||||
### Fixed
|
||||
- Fixed crash on startup or if checking for updates without an internet connection ([#23](https://github.com/AresValley/Artemis/pull/23))
|
||||
- Updated dependencies for security reasons (urllib3) and to address the main application failure to launch under certain conditions.
|
||||
|
||||
## [3.2.1] - 2020-04-25
|
||||
### Added
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
numpy==1.17.2
|
||||
pandas>=0.24.2
|
||||
certifi>=2019.6.16
|
||||
aiohttp>=3.5.4
|
||||
urllib3==1.24.3
|
||||
pygame>=1.9.6
|
||||
QtAwesome>=0.6.0
|
||||
PyQt5==5.12.2
|
||||
numpy>=1.23.1
|
||||
pandas>=1.4.3
|
||||
certifi>=2022.6.15
|
||||
aiohttp>=3.8.1
|
||||
urllib3>=1.26.9
|
||||
pygame>=2.1.2
|
||||
QtAwesome>=1.1.1
|
||||
PyQt5>=5.15.7
|
||||
|
||||
Reference in New Issue
Block a user