Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 15, 2023
1 parent 5abb4cd commit 91fa524
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.28.47
boto3==1.28.48
# via -r requirements/base.in
botocore==1.31.47
botocore==1.31.48
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/quality.txt
# wagtail
boto3==1.28.47
boto3==1.28.48
# via -r requirements/quality.txt
botocore==1.31.47
botocore==1.31.48
# via
# -r requirements/quality.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/test.txt
# wagtail
boto3==1.28.47
boto3==1.28.48
# via -r requirements/test.txt
botocore==1.31.47
botocore==1.31.48
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ beautifulsoup4==4.11.2
# via
# -r requirements/base.txt
# wagtail
boto3==1.28.47
boto3==1.28.48
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.31.47
botocore==1.31.48
# via
# -r requirements/base.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/test.txt
# wagtail
boto3==1.28.47
boto3==1.28.48
# via -r requirements/test.txt
botocore==1.31.47
botocore==1.31.48
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/base.txt
# wagtail
boto3==1.28.47
boto3==1.28.48
# via -r requirements/base.txt
botocore==1.31.47
botocore==1.31.48
# via
# -r requirements/base.txt
# boto3
Expand Down

0 comments on commit 91fa524

Please sign in to comment.