CHANGELOG.md: Update python library versions

This commit is contained in:
Alan Orth 2020-01-15 10:58:44 +02:00
parent c5fbaf407a
commit 403b253762
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Updated
- Update python dependencies to latest versions, including numpy 1.17.4, pandas
0.25.3, flake8 3.7.9, pytest 5.2.2, and black 19.10b0
- Update python dependencies to latest versions, including numpy 1.18.1, pandas
1.0.0rc0, flake8 3.7.9, pytest 5.3.2, and black 19.10b0
- Regenerate requirements.txt and requirements-dev.txt
### Changed