Skip to content

Commit 8747281

Browse files
authored
Merge pull request kivy#1045 from hobbestigrou/upgrade_requests
[Core] Get the latest version of requests.
2 parents bd52448 + 049ce2f commit 8747281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/requests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pythonforandroid.toolchain import PythonRecipe
22

33
class RequestsRecipe(PythonRecipe):
4-
version = '2.9.1'
4+
version = '2.13.0'
55
url = 'https://github.com/kennethreitz/requests/archive/v{version}.tar.gz'
66
depends = ['hostpython2', 'setuptools']
77
site_packages_name = 'requests'

0 commit comments

Comments
 (0)