From 3d5c8bdf5d2fc5adc0b36edea7cd886c90e11920 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 11 Sep 2019 16:45:39 +0300 Subject: [PATCH] CHANGELOG.md: Add notes about updated python packages --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077caf3..b4e0358 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.1, pandas -0.25.1, and requests-cache 0.5.2 +- Update python dependencies to latest versions, including numpy 1.17.2, pandas +0.25.1, pytest 5.1.2, and requests-cache 0.5.2 ### Changed - Re-formatted code with black and isort