Skip to content

Commit

Permalink
Merge pull request #25 from blakev/dependabot/pip/requests-2.20.0
Browse files Browse the repository at this point in the history
Bump requests from 2.18.4 to 2.20.0
  • Loading branch information
blakev committed Oct 7, 2019
2 parents a7f4930 + de2fc5f commit 01aadac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
license = 'The MIT License',
install_requires = [
'python-dateutil==2.6.1',
'requests==2.18.4'
'requests==2.20.0'
],
extras_require = {
'dev': [
Expand Down

0 comments on commit 01aadac

Please sign in to comment.