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 #230

Merged
merged 1 commit into from
May 27, 2024
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via asgiref
web-fragments==2.2.0
# via xblock
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.108
boto3==1.34.113
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.5.1
coverage[toml]==7.5.2
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -267,7 +267,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.2.1
pylint==3.2.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -322,7 +322,7 @@ readme-renderer==43.0
# via
# -r requirements/test.txt
# twine
requests==2.31.0
requests==2.32.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -396,7 +396,7 @@ types-python-dateutil==2.9.0.20240316
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/test.txt
# asgiref
Expand Down Expand Up @@ -429,7 +429,7 @@ xblock==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/test.txt
zipp==3.18.2
zipp==3.19.0
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# xblock
requests==2.31.0
requests==2.32.2
# via sphinx
simplejson==3.19.2
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -141,7 +141,7 @@ webob==1.8.7
# xblock
xblock==4.0.1
# via -r requirements/base.txt
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata

# 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 @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.113
# via fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -108,7 +108,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.2.1
pylint==3.2.2
# via
# -r requirements/quality.in
# edx-lint
Expand Down Expand Up @@ -145,7 +145,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.31.0
requests==2.32.2
# via
# cookiecutter
# xblock-sdk
Expand Down Expand Up @@ -179,7 +179,7 @@ tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.108
boto3==1.34.113
# via fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# boto3
# s3transfer
Expand All @@ -53,7 +53,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.1
coverage[toml]==7.5.2
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -158,7 +158,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -198,7 +198,7 @@ pyyaml==6.0.1
# xblock
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.2
# via
# cookiecutter
# coveralls
Expand Down Expand Up @@ -248,7 +248,7 @@ twine==5.1.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down Expand Up @@ -276,7 +276,7 @@ xblock==4.0.1
# xblock-sdk
xblock-sdk==0.11.0
# via -r requirements/test.in
zipp==3.18.2
zipp==3.19.0
# via
# importlib-metadata
# importlib-resources
Expand Down