From 403b2537629fe441fcafd80092212aa008041977 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Jan 2020 10:58:44 +0200 Subject: [PATCH] CHANGELOG.md: Update python library versions --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a81b6..97f0812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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