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

Merged
merged 1 commit into from
Apr 8, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref
web-fragments==2.1.0
web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==3.0.0
xblock==3.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 13 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ astroid==3.1.0
# -r requirements/test.txt
# pylint
# pylint-celery
backports-tarfile==1.0.0
# via
# -r requirements/test.txt
# jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
Expand All @@ -30,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.74
boto3==1.34.79
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.74
botocore==1.34.79
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -72,7 +76,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -163,7 +167,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via
# -r requirements/test.txt
# keyring
Expand All @@ -186,7 +190,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.0.0
keyring==25.1.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -392,7 +396,7 @@ types-python-dateutil==2.9.0.20240316
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -409,7 +413,7 @@ virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/test.txt
# xblock
Expand All @@ -419,11 +423,11 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
xblock==3.0.0
xblock==3.1.0
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.9.0
xblock-sdk==0.10.0
# via -r requirements/test.txt
zipp==3.18.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markupsafe==2.1.5
# -r requirements/base.txt
# mako
# xblock
path==16.10.0
path==16.12.1
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
Expand Down Expand Up @@ -70,19 +70,19 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock==3.0.0
xblock==3.1.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,22 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# pydata-sphinx-theme
urllib3==2.2.1
# via requests
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock==3.0.0
xblock==3.1.0
# via -r requirements/base.txt
zipp==3.18.1
# via importlib-metadata
Expand Down
14 changes: 7 additions & 7 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.74
boto3==1.34.79
# via fs-s3fs
botocore==1.34.74
botocore==1.34.79
# via
# boto3
# s3transfer
Expand All @@ -45,7 +45,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand Down Expand Up @@ -180,7 +180,7 @@ tomlkit==0.12.4
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -191,7 +191,7 @@ urllib3==1.26.18
# via
# botocore
# requests
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -201,11 +201,11 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock==3.0.0
xblock==3.1.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.9.0
xblock-sdk==0.10.0
# via -r requirements/quality.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 11 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.0.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.74
boto3==1.34.79
# via fs-s3fs
botocore==1.34.74
botocore==1.34.79
# via
# boto3
# s3transfer
Expand All @@ -47,7 +49,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand Down Expand Up @@ -95,7 +97,7 @@ isort==5.13.2
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
Expand All @@ -111,7 +113,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==25.0.0
keyring==25.1.0
# via twine
lxml==4.9.4
# via
Expand Down Expand Up @@ -246,7 +248,7 @@ twine==5.0.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -258,7 +260,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -268,11 +270,11 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock==3.0.0
xblock==3.1.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.9.0
xblock-sdk==0.10.0
# via -r requirements/test.in
zipp==3.18.1
# via
Expand Down