Skip to content

Commit 0f8ecc5

Browse files
committed
Update boto3
Remove explicit botocore dependency, as boto3 already depends on it
1 parent b3f85a6 commit 0f8ecc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements/production.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ elasticsearch==5.5.3
44
uwsgi>=2.0.17,<2.1
55
psycopg[binary]>=3.1,<3.2
66
whitenoise==6.6.0
7-
boto3==1.9.189
7+
boto3>=1.37,<1.38
88
google-cloud-storage==2.13.0
99
django-storages==1.14.2
1010
# For retrieving credentials and signing requests to Elasticsearch
11-
botocore>=1.12.33,<1.13
1211
aws-requests-auth==0.4.3
1312
django-redis==5.4.0
1413
django-basic-auth-ip-whitelist>=0.6,<0.7

0 commit comments

Comments
 (0)