diff --git a/setup.py b/setup.py index 18561f8..1fcef7b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires=[ 'boto3>=1.9.205,<1.10.0', 'singer-target-postgres==0.2.4', - 'urllib3==1.25.9' + 'urllib3==1.26.5' ], setup_requires=[ "pytest-runner"