diff --git a/setup.py b/setup.py index 1776b5f..212cec6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ here = os.path.abspath(os.path.dirname(__file__)) requires = [ - 'requests==2.22.0', + 'requests==2.31.0', ] tests_require = [