Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Oct 16, 2023
1 parent cc067be commit 7da9913
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.28.62
boto3==1.28.63
# via fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# boto3
# s3transfer
Expand Down
14 changes: 9 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/quality.txt
# via
# -r requirements/quality.txt
# bleach
bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -80,6 +82,7 @@ cookiecutter==2.4.0
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -228,7 +231,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pillow==10.0.1
pillow==10.1.0
# via
# -r requirements/quality.txt
# needle
Expand All @@ -254,7 +257,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pygments==2.16.1
# via
Expand Down Expand Up @@ -442,6 +445,7 @@ wrapt==1.15.0
xblock[django]==1.8.1
# via
# -r requirements/quality.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
14 changes: 9 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ binaryornot==0.4.4
# -r requirements/test.txt
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/test.txt
# via
# -r requirements/test.txt
# bleach
bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -69,6 +71,7 @@ cookiecutter==2.4.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -192,7 +195,7 @@ path==16.7.1
# edx-i18n-tools
pbr==5.11.1
# via stevedore
pillow==10.0.1
pillow==10.1.0
# via
# -r requirements/test.txt
# needle
Expand All @@ -206,7 +209,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.16.1
# via
Expand Down Expand Up @@ -355,6 +358,7 @@ wrapt==1.15.0
xblock[django]==1.8.1
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
15 changes: 10 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ asgiref==3.7.2
binaryornot==0.4.4
# via cookiecutter
bleach[css]==6.1.0
# via -r requirements/base.txt
# via
# -r requirements/base.txt
# bleach
bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand All @@ -42,7 +44,9 @@ click==8.1.7
cookiecutter==2.4.0
# via xblock-sdk
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.in
# via
Expand Down Expand Up @@ -132,7 +136,7 @@ packaging==23.2
# via pytest
path==16.7.1
# via edx-i18n-tools
pillow==10.0.1
pillow==10.1.0
# via needle
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -244,6 +248,7 @@ webob==1.8.7
xblock[django]==1.8.1
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down

0 comments on commit 7da9913

Please sign in to comment.