diff --git a/setup.py b/setup.py index 6425d37..4295dcf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ #Dependancy lists maintained here and in tox.ini sp_install_requires = [ - 'requests==2.31.0', + 'requests==2.32.0', 'pytz==2019.3', 'python-dateutil==2.8.1', 'PythonAPIClientBase==0.0.9'