Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.7.0 to 2.20.0 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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.7.0 to 2.20.0
Bumps [requests](https://github.com/requests/requests) from 2.7.0 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.7.0...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Oct 3, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 56b4805526985ce45cde96357827d09e0bc35d75
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
'functioncache==0.92',
'argparse==1.3.0',
'pyyaml==3.11',
'requests==2.7.0',
'requests==2.20.0',
'requests-kerberos==0.7.0', # FIXME: no hard dep; orgchart3 only
'pandas==0.16.2', # FIXME: shouldn't be a hard dep; orgchart3 only
]