Bump the minimum version of botocore for compatibility with urllib3 2.0.x. (#106)

This commit is contained in:
Patrick Cloke 2023-11-17 09:43:53 -05:00 committed by GitHub
parent 1beb6af95e
commit 0221c870a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ setup(
scripts=["scripts/s3_media_upload"],
install_requires=[
"boto3>=1.9.23,<2.0",
"botocore>=1.12.23,<2.0",
"botocore>=1.31.62,<2.0",
"humanize>=0.5.1,<0.6",
"psycopg2>=2.7.5,<3.0",
"PyYAML>=5.4,<7.0",