diff --git a/requirements.txt b/requirements.txt index 271baf7..c20f36f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.18.4 +requests==2.20.0 diff --git a/setup.py b/setup.py index a70c633..efe968c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ author='Ederson Brilhante', author_email='ederson.brilhante@corp.globo.com', install_requires=[ - 'requests==2.18.4' + 'requests==2.20.0' ], url='https://github.com/globocom/globomap-api-client', packages=['globomap_api_client'],