Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #66

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.63
boto3==1.28.68
# via fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -74,7 +74,7 @@ tinycss2==1.2.1
# via bleach
typing-extensions==4.8.0
# via asgiref
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 @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# via
# -r requirements/quality.txt
# bleach
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -50,7 +50,7 @@ chardet==5.2.0
# via
# -r requirements/quality.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -149,10 +149,6 @@ lazy==1.6
# via
# -r requirements/quality.txt
# 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 @@ -234,7 +230,7 @@ pygments==2.16.1
# via
# -r requirements/quality.txt
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -245,7 +241,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 @@ -377,7 +373,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/quality.txt
# botocore
Expand Down Expand Up @@ -406,10 +402,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,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -28,11 +28,11 @@ bleach[css]==6.1.0
# via
# -r requirements/test.txt
# bleach
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 @@ -45,7 +45,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 @@ -125,8 +125,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 @@ -190,15 +188,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 @@ -304,7 +302,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
Expand All @@ -325,8 +323,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 @@ -19,11 +19,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# bleach
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 @@ -32,7 +32,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 @@ -201,7 +201,7 @@ typing-extensions==4.8.0
# -r requirements/base.txt
# asgiref
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# botocore
Expand Down