Skip to content

Commit

Permalink
Update requests, update PyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
initialed85 committed Dec 1, 2020
1 parent c4368ec commit 66d5020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.24.0
requests==2.25.0
PyYAML==5.3.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.19',
version='2020.12.1',

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,
Expand Down Expand Up @@ -76,8 +76,8 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'requests==2.20.0',
'PyYAML==5.1'
'requests==2.25.0',
'PyYAML==5.3.1'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 66d5020

Please sign in to comment.