diff --git a/setup.py b/setup.py index b99a68f..cad0810 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ version='1.0.1', packages=['hydra'], install_requires=[ - 'requests==2.20.1', + 'requests==2.21.0', ], author='O.S. Systems Software LTDA', author_email='contato@ossystems.com.br',