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,