Skip to content

Commit

Permalink
Remove boto pin (#33853)
Browse files Browse the repository at this point in the history
* chore: upgrade boto.
  • Loading branch information
awais786 authored Dec 1, 2023
1 parent 129940b commit 29a0edd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 20 deletions.
6 changes: 0 additions & 6 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ 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


# adding these constraints to minimize boto3 and botocore changeset
social-auth-core==4.3.0

Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ bleach[css]==6.1.0
# ora2
# xblock-drag-and-drop-v2
# xblock-poll
boto==2.39.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
boto==2.49.0
# via -r requirements/edx/kernel.in
boto3==1.33.4
# via
# -r requirements/edx/kernel.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@ bleach[css]==6.1.0
# ora2
# xblock-drag-and-drop-v2
# xblock-poll
boto==2.39.0
boto==2.49.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
boto3==1.33.4
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,8 @@ bleach[css]==6.1.0
# ora2
# xblock-drag-and-drop-v2
# xblock-poll
boto==2.39.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
boto==2.49.0
# via -r requirements/edx/base.txt
boto3==1.33.4
# via
# -r requirements/edx/base.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,8 @@ bleach[css]==6.1.0
# ora2
# xblock-drag-and-drop-v2
# xblock-poll
boto==2.39.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
boto==2.49.0
# via -r requirements/edx/base.txt
boto3==1.33.4
# via
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 29a0edd

Please sign in to comment.