From 5e471813e8752a2ac42be757480888c045115a76 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Jan 2020 12:41:43 +0200 Subject: [PATCH] CHANGELOG.md: Add note about python dependencies --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2178e03..4d779a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add field name to the output for more fixes and checks to help identify where the error is +### Updated +- Update python dependencies to latest versions + ## [0.4.1] - 2020-01-15 ### Changed - Reduce minimum Python version to 3.6 by working around the `is_normalized()`