Minor fix, updated dependencies

This commit is contained in:
Marco Dalla Tiezza
2022-07-28 23:56:07 +02:00
parent c16de1f1eb
commit e69f6a2bee
2 changed files with 11 additions and 9 deletions

View File

@@ -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

View File

@@ -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