From 03dcefb845d2482ac6ef4834df9a6013b8a4dc0d Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 13 Mar 2023 13:33:01 +0500 Subject: [PATCH] =?UTF-8?q?chore:=20Moving=20boto=20pins=20from=20base.in?= =?UTF-8?q?=20to=20constraint=20file=20for=20better=20vi=E2=80=A6=20(#3187?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Moving boto pins from base.in to constraint file for better visibility --- requirements/constraints.txt | 7 +++++++ requirements/edx/base.in | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index f6ff924327..8b5ad4f04b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -76,3 +76,10 @@ pyopenssl==22.0.0 cryptography==38.0.4 # greater version has some issues with openssl. pylint<2.16.0 # greater version failing quality test. Fix them in seperate ticket. + + +# Deprecated version of the AWS SDK; +# we should stop using this +boto==2.39.0 +boto3==1.4.8 # Amazon Web Services SDK for Python +botocore==1.8.17 # via boto3, s3transfer diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 261f01ff8a..3a2b9aee8a 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -30,9 +30,9 @@ analytics-python # Used for Segment analytics attrs # Reduces boilerplate code involving class attributes Babel # Internationalization utilities, used for date formatting in a few places bleach[css] # Allowed-list-based HTML sanitizing library that escapes or strips markup and attributes; used for capa and LTI -boto==2.39.0 # Deprecated version of the AWS SDK; we should stop using this -boto3==1.4.8 # Amazon Web Services SDK for Python -botocore==1.8.17 # via boto3, s3transfer +boto # Deprecated version of the AWS SDK; we should stop using this +boto3 # Amazon Web Services SDK for Python +botocore # via boto3, s3transfer bridgekeeper # Used for determining permissions for courseware. celery # Asynchronous task execution library chem # A helper library for chemistry calculations