Skip to content

Commit

Permalink
chore: bump requests version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Oct 3, 2019
1 parent 0b10a01 commit cfe17d5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "~=2.4.3"
requests = ">=2.22.0"
spotipy = "~=2.3.8"
prompt_toolkit = "~=2.0.9"

Expand Down
36 changes: 32 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### USAGE ###
# pip install -r requirements.txt
requests ~= 2.4.3
requests >= 2.22.0
prompt-toolkit ~= 2.0.9
spotipy ~= 2.3.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '3.6.2'
__version__ = '3.6.3'

def get_install_requires():
install_requires = []
Expand Down

0 comments on commit cfe17d5

Please sign in to comment.