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

Merged
merged 1 commit into from
Apr 29, 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 @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.34.90
boto3==1.34.93
# via fs-s3fs
botocore==1.34.90
botocore==1.34.93
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -87,7 +87,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via xblock
xblock[django]==4.0.0
xblock[django]==4.0.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.0
# via tox
17 changes: 10 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/quality.txt
boto3==1.34.90
boto3==1.34.93
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.90
botocore==1.34.93
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -113,7 +113,7 @@ django-appconf==1.0.6
# django-statici18n
django-statici18n==2.5.0
# via -r requirements/quality.txt
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
Expand Down Expand Up @@ -172,12 +172,15 @@ lazy-object-proxy==1.4.3
# via
# -r requirements/quality.txt
# astroid
lxml==5.2.1
lxml[html-clean]==5.2.1
# via
# -r requirements/quality.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.1.1
# via -r requirements/quality.txt
mako==1.3.3
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -280,7 +283,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -366,7 +369,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.txt
types-python-dateutil==2.9.0.20240316
# via
Expand Down Expand Up @@ -409,7 +412,7 @@ wrapt==1.11.2
# via
# -r requirements/quality.txt
# astroid
xblock[django]==4.0.0
xblock[django]==4.0.1
# via
# -r requirements/quality.txt
# xblock-sdk
Expand Down
15 changes: 9 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/test.txt
boto3==1.34.90
boto3==1.34.93
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.90
botocore==1.34.93
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ django-appconf==1.0.6
# django-statici18n
django-statici18n==2.5.0
# via -r requirements/test.txt
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
Expand Down Expand Up @@ -133,12 +133,15 @@ lazy==1.6
# xblock
lazy-object-proxy==1.4.3
# via astroid
lxml==5.2.1
lxml[html-clean]==5.2.1
# via
# -r requirements/test.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.1.1
# via -r requirements/test.txt
mako==1.3.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -208,7 +211,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -316,7 +319,7 @@ webob==1.8.7
# xblock-sdk
wrapt==1.11.2
# via astroid
xblock[django]==4.0.0
xblock[django]==4.0.1
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down
16 changes: 9 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach[css]==6.1.0
# via -r requirements/base.txt
boto3==1.34.90
boto3==1.34.93
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.90
botocore==1.34.93
# via
# -r requirements/base.txt
# boto3
Expand All @@ -46,7 +46,6 @@ coverage[toml]==7.5.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -61,7 +60,7 @@ django-appconf==1.0.6
# django-statici18n
django-statici18n==2.5.0
# via -r requirements/base.txt
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/test.in
exceptiongroup==1.2.1
# via pytest
Expand Down Expand Up @@ -91,12 +90,15 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.2.1
lxml[html-clean]==5.2.1
# via
# -r requirements/base.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.1.1
# via lxml
mako==1.3.3
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -130,7 +132,7 @@ pygments==2.17.2
# via rich
pypng==0.20220715.0
# via xblock-sdk
pytest==8.1.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -219,7 +221,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==4.0.0
xblock[django]==4.0.1
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down
Loading