From 705836383fd008a4558155c21c1a687d6a981335 Mon Sep 17 00:00:00 2001 From: Edward Beech Date: Tue, 18 Aug 2020 11:36:30 +0800 Subject: [PATCH] Merged in some PRs for a release --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b308807..5e1aaef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -requests==2.20.0 -PyYAML==5.1 \ No newline at end of file +requests==2.24.0 +PyYAML==5.3.1 diff --git a/setup.py b/setup.py index 5ca7fef..31d9f25 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='2020.7', + version='2020.7.18', description='The Python third_party_license_file_generator is aimed at distilling down the appropriate license for one or many pip "requirements" files into a single file; it supports Python2.7 and Python3.', long_description=long_description,