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 23, 2023
1 parent e3d333b commit c1716d5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 38 deletions.
6 changes: 3 additions & 3 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.63
boto3==1.28.68
# via fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -79,7 +79,7 @@ typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
urllib3==1.26.17
urllib3==1.26.18
# via botocore
web-fragments==2.1.0
# via
Expand Down
22 changes: 7 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.7.2
# -r requirements/quality.txt
# -r requirements/workbench.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.txt
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -58,7 +58,7 @@ chardet==5.2.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -193,10 +193,6 @@ lazy==1.6
# -r requirements/workbench.txt
# bok-choy
# xblock
lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
lxml==4.9.3
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -306,7 +302,7 @@ pygments==2.16.1
# -r requirements/quality.txt
# -r requirements/workbench.txt
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -317,7 +313,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -478,7 +474,7 @@ typing-extensions==4.8.0
# edx-opaque-keys
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -506,10 +502,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
xblock[django]==1.8.1
# via
# -r requirements/quality.txt
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.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
18 changes: 7 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/test.txt
# boto3
Expand All @@ -41,7 +41,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -133,8 +133,6 @@ lazy==1.6
# via
# -r requirements/test.txt
# xblock
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -198,15 +196,15 @@ pygments==2.16.1
# via
# -r requirements/test.txt
# rich
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -313,7 +311,7 @@ typing-extensions==4.8.0
# edx-opaque-keys
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
Expand All @@ -329,8 +327,6 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via astroid
xblock[django]==1.8.1
# via
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.7.2
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/base.txt
# boto3
Expand All @@ -29,7 +29,7 @@ certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -213,7 +213,7 @@ typing-extensions==4.8.0
# asgiref
# edx-opaque-keys
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# botocore
Expand Down
8 changes: 4 additions & 4 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/test.txt
# boto3
Expand All @@ -41,7 +41,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -286,7 +286,7 @@ typing-extensions==4.8.0
# asgiref
# edx-opaque-keys
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
Expand Down

0 comments on commit c1716d5

Please sign in to comment.