Bump requests from 2.3.0 to 2.20.0 (#400)

* Bump requests from 2.3.0 to 2.20.0

Bumps [requests](https://github.com/requests/requests) from 2.3.0 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.3.0...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Changelog

Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
This commit is contained in:
dependabot[bot] 2020-01-15 10:36:55 +00:00 committed by Stéphane Bruckert
parent c2b6be6446
commit 7229cc4edc
3 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Allow session keepalive - Allow session keepalive
- Bump requests to 2.20.0
## [2.6.1] - 2020-01-13 ## [2.6.1] - 2020-01-13

View File

@ -1,3 +1,3 @@
mock==2.0.0 mock==2.0.0
requests==2.3.0 requests==2.20.0
six==1.10.0 six==1.10.0

View File

@ -11,7 +11,7 @@ setup(
author_email="paul@echonest.com", author_email="paul@echonest.com",
url='http://spotipy.readthedocs.org/', url='http://spotipy.readthedocs.org/',
install_requires=[ install_requires=[
'requests>=2.3.0', 'requests>=2.20.0',
'six>=1.10.0', 'six>=1.10.0',
], ],
license='LICENSE.md', license='LICENSE.md',