Skip to content

Commit 66d5020

Browse files
committed
Update requests, update PyYAML
1 parent c4368ec commit 66d5020

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.24.0
1+
requests==2.25.0
22
PyYAML==5.3.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Versions should comply with PEP440. For a discussion on single-sourcing
2424
# the version across setup.py and the project code, see
2525
# https://packaging.python.org/en/latest/single_source_version.html
26-
version='2020.7.19',
26+
version='2020.12.1',
2727

2828
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.',
2929
long_description=long_description,
@@ -76,8 +76,8 @@
7676
# requirements files see:
7777
# https://packaging.python.org/en/latest/requirements.html
7878
install_requires=[
79-
'requests==2.20.0',
80-
'PyYAML==5.1'
79+
'requests==2.25.0',
80+
'PyYAML==5.3.1'
8181
],
8282

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

0 commit comments

Comments
 (0)