Skip to content

Commit

Permalink
security: upgrade urllib3 to 1.24.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenboyu2 authored Apr 21, 2019
1 parent 13127d8 commit 5a82536
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 36 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
requests = "*"
urllib3 = ">=1.24.2"

[dev-packages]
mamba = "*"
Expand Down
71 changes: 36 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
install_requires=[
'requests'
],
version='0.5.1',
version='0.5.2',
description='Scrapes data from Yahoo! Finance earnings calendar',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5a82536

Please sign in to comment.