From e5767e4c02d7ac4f7b2df9bacb30a825080cf5fe Mon Sep 17 00:00:00 2001 From: Victor Domingos Date: Thu, 27 Jun 2019 01:06:16 +0100 Subject: [PATCH] ... --- changelog.txt | 4 +++- requirements_development.txt | 16 ++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4bbb2bc..7262a5c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,7 +6,9 @@ Version history: --- -v.1.3.2 - 26-06-2019 +v.1.3.2 - 27-06-2019 + * Added a symbol legend to the beginning of the optimization report, so that + the user knows what each symbol means. * Fixed a UnicodeEncodeError that would occur in some environments when printing Emoji to screen. diff --git a/requirements_development.txt b/requirements_development.txt index f4d906d..4f82678 100644 --- a/requirements_development.txt +++ b/requirements_development.txt @@ -1,21 +1,21 @@ bleach==3.1.0 -certifi==2019.3.9 +certifi==2019.6.16 cffi==1.12.3 chardet==3.0.4 cmarkgfm==0.4.2 docutils==0.14 future==0.17.1 -idna==2.7 +idna==2.8 piexif==1.1.2 Pillow==6.0.0 -pkginfo==1.4.2 +pkginfo==1.5.0.1 pycparser==2.19 -Pygments==2.3.1 +Pygments==2.4.2 readme-renderer==24.0 -requests==2.21.0 -requests-toolbelt==0.8.0 +requests==2.22.0 +requests-toolbelt==0.9.1 six==1.12.0 -tqdm==4.31.1 +tqdm==4.32.2 twine==1.13.0 -urllib3==1.24.2 +urllib3==1.25.3 webencodings==0.5.1