mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
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:
parent
c2b6be6446
commit
7229cc4edc
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
2
setup.py
2
setup.py
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user