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

remove lxml constraint #742

Merged
merged 2 commits into from
Apr 22, 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: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ edx-opaque-keys==2.5.1
# via -r requirements/base.in
fs==2.4.16
# via -r requirements/base.in
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/base.in
lxml==5.2.1
# via -r requirements/base.in
mako==1.3.3
# via -r requirements/base.in
markupsafe==2.1.5
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -36,5 +36,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
# diff-cover latest requires (pluggy>=0.13.1,<0.14.0) which conflicts with pytest which requires(pluggy>=0.12,<2.0.0)
# Using the same version of diff-cover which is being used currently in edx-platform to avoid this conflict.
diff-cover==4.0.0
lxml<5.0.0
16 changes: 7 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -98,7 +98,7 @@ edx-lint==5.3.6
# via -r requirements/test.txt
edx-opaque-keys==2.5.1
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# hypothesis
Expand Down Expand Up @@ -156,10 +156,8 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
lxml==5.2.1
# via -r requirements/test.txt
mako==1.3.3
# via -r requirements/test.txt
markupsafe==2.1.5
Expand Down Expand Up @@ -203,7 +201,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -341,7 +339,7 @@ urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
10 changes: 4 additions & 6 deletions requirements/django.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"
# via
# -r requirements/django.in
# django
boto3==1.34.84
boto3==1.34.88
# via fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# boto3
# s3transfer
Expand All @@ -40,10 +40,8 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.in
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
lxml==5.2.1
# via -r requirements/base.txt
mako==1.3.3
# via -r requirements/base.txt
markupsafe==2.1.5
Expand Down
10 changes: 4 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -76,10 +76,8 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/django.txt
lxml==5.2.1
# via -r requirements/django.txt
mako==1.3.3
# via -r requirements/django.txt
markupsafe==2.1.5
Expand Down
16 changes: 7 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -69,7 +69,7 @@ edx-lint==5.3.6
# via -r requirements/test.in
edx-opaque-keys==2.5.1
# via -r requirements/django.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# hypothesis
# pytest
Expand Down Expand Up @@ -112,10 +112,8 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/django.txt
lxml==5.2.1
# via -r requirements/django.txt
mako==1.3.3
# via -r requirements/django.txt
markupsafe==2.1.5
Expand Down Expand Up @@ -147,7 +145,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# diff-cover
# pytest
Expand Down Expand Up @@ -250,7 +248,7 @@ urllib3==1.26.18
# via
# -r requirements/django.txt
# botocore
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
Expand Down
Loading