From 202abf140cc2521a85f8ff1df35608715fc9ac9a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 4 Feb 2021 21:48:12 +0200 Subject: [PATCH] CHANGELOG.md: Add note about poetry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c981b88..eb23ce0 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 - Accept dates formatted in ISO 8601 extended with combined date and time, for example: 2020-08-31T11:04:56Z +### Updated +- Run `poetry update` to update project dependencies + ## [0.4.3] - 2021-01-26 ### Changed - Reformat with black