Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ftpsolutions/python-third-party-l…
Browse files Browse the repository at this point in the history
…icense-file-generator
  • Loading branch information
initialed85 committed Aug 18, 2020
2 parents 800be10 + e8449c6 commit ce201eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.18.4
PyYAML==3.13
requests==2.20.0
PyYAML==5.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'requests==2.18.4',
'PyYAML==3.13'
'requests==2.20.0',
'PyYAML==5.1'
],

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

0 comments on commit ce201eb

Please sign in to comment.