Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit f4b525e

Browse files
committed
requirements: update 'requests'
(plus some dependencies) Changelog: - 2.22.0 (2019-05-15)   https://github.com/kennethreitz/requests/blob/v2.22.0/HISTORY.md#2220-2019-05-15 Code diff: kennethreitz/requests@v2.21.0...v2.22.0
1 parent c3f315d commit f4b525e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cryptography==2.5
66
google-api-python-client==1.7.8
77
google-auth==1.6.3
8-
requests==2.21.0
8+
requests==2.22.0
99

1010
# Packages dependencies:
1111
# - cryptography:
@@ -45,4 +45,4 @@ pycparser==2.19
4545
rsa==4.0
4646
six==1.12.0
4747
uritemplate==3.0.0
48-
urllib3==1.24.3
48+
urllib3==1.25.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_version(*file_paths: Sequence[str]) -> str:
2727
'cryptography>=2.5',
2828
'google-api-python-client>=1.7.8',
2929
'google-auth>=1.6.3',
30-
'requests>=2.21.0',
30+
'requests>=2.22.0',
3131
]
3232

3333
# extras_requirements = {

0 commit comments

Comments
 (0)