Skip to content

Commit

Permalink
Bump requests from 2.7.0 to 2.20.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2019
1 parent dd461eb commit 3b6bb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse==1.2.1
click==5.0
requests==2.7.0
requests==2.20.0
wsgiref==0.1.2
mock==1.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
include_package_data = True,
install_requires=[
"click>=5.0",
"requests==2.7.0"
"requests==2.20.0"
] + (["colorama==0.3.3"] if "win" in sys.platform else []),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 3b6bb05

Please sign in to comment.