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 Oct 17, 2023
1 parent fefcbc4 commit c41e35d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.62
boto3==1.28.64
# via fs-s3fs
botocore==1.31.62
botocore==1.31.64
# via
# boto3
# s3transfer
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
9 changes: 5 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ asgiref==3.7.2
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.0.0
astroid==3.0.1
# via pylint
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.62
boto3==1.28.64
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.64
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ pbr==5.11.1
# stevedore
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.16.1
# via
Expand Down Expand Up @@ -271,6 +271,7 @@ xblock[django]==1.8.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.62
boto3==1.28.64
# via fs-s3fs
botocore==1.31.62
botocore==1.31.64
# via
# boto3
# s3transfer
Expand Down

0 comments on commit c41e35d

Please sign in to comment.