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 Aug 23, 2023
1 parent 36da8ce commit 9dc9470
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 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.0.0
# via -r requirements/base.in
boto3==1.28.25
boto3==1.28.30
# via fs-s3fs
botocore==1.31.25
botocore==1.31.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -54,7 +54,7 @@ pytz==2023.3
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
simplejson==3.19.1
# via xblock-utils
Expand Down Expand Up @@ -86,7 +86,7 @@ xblock[django]==1.7.0
# via
# -r requirements/base.in
# xblock-utils
xblock-utils==3.4.0
xblock-utils==3.4.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.0.0
# via -r requirements/quality.txt
boto3==1.28.25
boto3==1.28.30
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.30
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -52,7 +52,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-i18n-tools==1.1.0
# via -r requirements/quality.txt
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -294,7 +294,7 @@ rich==13.5.2
# via
# -r requirements/quality.txt
# cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -354,7 +354,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
Expand Down Expand Up @@ -403,7 +403,7 @@ xblock[django]==1.7.0
# xblock-utils
xblock-sdk==0.7.0
# via -r requirements/quality.txt
xblock-utils==3.4.0
xblock-utils==3.4.1
# via -r requirements/quality.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.0.0
# via -r requirements/test.txt
boto3==1.28.25
boto3==1.28.30
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.30
# via
# -r requirements/test.txt
# boto3
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -81,7 +81,7 @@ edx-i18n-tools==1.1.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -244,7 +244,7 @@ rich==13.5.2
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -324,7 +324,7 @@ xblock[django]==1.7.0
# xblock-utils
xblock-sdk==0.7.0
# via -r requirements/test.txt
xblock-utils==3.4.0
xblock-utils==3.4.1
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.7.2
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
boto3==1.28.25
boto3==1.28.30
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.30
# via
# -r requirements/base.txt
# boto3
Expand All @@ -32,7 +32,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# code-annotations
# cookiecutter
Expand All @@ -50,7 +50,7 @@ coverage[toml]==7.3.0
# xblock-sdk
edx-i18n-tools==1.1.0
# via -r requirements/test.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
fs==2.4.16
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ requests==2.31.0
# xblock-sdk
rich==13.5.2
# via cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -220,7 +220,7 @@ xblock[django]==1.7.0
# xblock-utils
xblock-sdk==0.7.0
# via -r requirements/test.in
xblock-utils==3.4.0
xblock-utils==3.4.1
# via -r requirements/base.txt

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

0 comments on commit 9dc9470

Please sign in to comment.