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 authored and Agrendalath committed Jun 19, 2023
1 parent abd1b51 commit b094672
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 38 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ webob==1.8.7
# via xblock
xblock==1.6.2
# via xblock-utils
xblock-utils==3.1.0
xblock-utils==3.2.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.6.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -28,5 +28,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
19 changes: 7 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,12 @@ bok-choy==0.7.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
boto==2.49.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# xblock-sdk
boto3==1.26.151
boto3==1.26.155
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.29.151
botocore==1.29.155
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -136,7 +131,7 @@ exceptiongroup==1.1.1
# -r requirements/quality.txt
# -r requirements/workbench.txt
# pytest
filelock==3.12.1
filelock==3.12.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -262,7 +257,7 @@ pillow==9.5.0
# needle
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.5.3
platformdirs==3.6.0
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -433,7 +428,7 @@ urllib3==1.26.16
# -r requirements/workbench.txt
# botocore
# requests
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -470,11 +465,11 @@ xblock[django]==1.6.2
# -r requirements/workbench.txt
# xblock-sdk
# xblock-utils
xblock-sdk==0.5.4
xblock-sdk==0.6.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
xblock-utils==3.1.0
xblock-utils==3.2.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
12 changes: 4 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ bleach[css]==6.0.0
# via -r requirements/test.txt
bok-choy==0.7.1
# via -r requirements/test.txt
boto==2.49.0
# via
# -r requirements/test.txt
# xblock-sdk
boto3==1.26.151
boto3==1.26.155
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.151
botocore==1.29.155
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -325,9 +321,9 @@ xblock[django]==1.6.2
# -r requirements/test.txt
# xblock-sdk
# xblock-utils
xblock-sdk==0.5.4
xblock-sdk==0.6.0
# via -r requirements/test.txt
xblock-utils==3.1.0
xblock-utils==3.2.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ bleach[css]==6.0.0
# via -r requirements/base.txt
bok-choy==0.7.1
# via -r requirements/test.in
boto==2.49.0
# via xblock-sdk
boto3==1.26.151
boto3==1.26.155
# via fs-s3fs
botocore==1.29.151
botocore==1.29.155
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -219,9 +217,9 @@ xblock[django]==1.6.2
# -r requirements/base.txt
# xblock-sdk
# xblock-utils
xblock-sdk==0.5.4
xblock-sdk==0.6.0
# via -r requirements/test.in
xblock-utils==3.1.0
xblock-utils==3.2.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 4 additions & 8 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ bleach[css]==6.0.0
# via -r requirements/test.txt
bok-choy==0.7.1
# via -r requirements/test.txt
boto==2.49.0
# via
# -r requirements/test.txt
# xblock-sdk
boto3==1.26.151
boto3==1.26.155
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.151
botocore==1.29.155
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -288,9 +284,9 @@ xblock[django]==1.6.2
# -r requirements/workbench.in
# xblock-sdk
# xblock-utils
xblock-sdk==0.5.4
xblock-sdk==0.6.0
# via -r requirements/test.txt
xblock-utils==3.1.0
xblock-utils==3.2.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit b094672

Please sign in to comment.