Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump requests from 2.8.0 to 2.20.0
  • Loading branch information
dependabot[bot] authored Oct 3, 2019
commit 9f74b8518ad6fbceeecc061b628d64cf53d9b652
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ path.py==8.1.2
pexpect==4.0.1
pickleshare==0.5
ptyprocess==0.5
requests==2.8.0
requests==2.20.0
simplegeneric==0.8.1
traitlets==4.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
long_description=README,
author='Mohamed Daif',
author_email='[email protected]',
install_requires = ['requests==2.8.0'],
install_requires = ['requests==2.20.0'],
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down