Skip to content

Commit

Permalink
Merge pull request #366 from openedx/farhan/remove-lxml-constraint
Browse files Browse the repository at this point in the history
remove lxml constraint
  • Loading branch information
farhan authored Apr 22, 2024
2 parents 3d85e9c + 1c69cb0 commit b1eece7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 32 deletions.
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.84
boto3==1.34.88
# via fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -56,9 +56,8 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# xblock
mako==1.3.3
Expand Down Expand Up @@ -130,7 +129,7 @@ webob==1.8.7
# via
# -r requirements/base.in
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 @@ -34,5 +34,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 @@ -11,4 +11,3 @@
# Common constraints for edx repos
-c common_constraints.txt
backports.zoneinfo;python_version<"3.9"
lxml<5.0.0
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ django==4.2.11
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -164,9 +164,8 @@ lazy==1.6
# -r requirements/test.txt
# acid-xblock
# xblock
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -219,7 +218,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -373,7 +372,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
Expand All @@ -387,7 +386,7 @@ webob==1.8.7
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
15 changes: 7 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 @@ -93,7 +93,7 @@ django==4.2.11
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -139,9 +139,8 @@ lazy==1.6
# -r requirements/test.txt
# acid-xblock
# xblock
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# xblock
mako==1.3.3
Expand Down Expand Up @@ -186,7 +185,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -315,7 +314,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
Expand All @@ -327,7 +326,7 @@ webob==1.8.7
# via
# -r requirements/test.txt
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/test.txt
# acid-xblock
Expand Down
15 changes: 7 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.84
boto3==1.34.88
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.84
botocore==1.34.88
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ distlib==0.3.8
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
# via
Expand Down Expand Up @@ -107,9 +107,8 @@ lazy==1.6
# -r requirements/base.txt
# acid-xblock
# xblock
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# xblock
mako==1.3.3
Expand Down Expand Up @@ -147,7 +146,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -241,7 +240,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
web-fragments==2.2.0
# via
Expand All @@ -251,7 +250,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/base.txt
# acid-xblock
Expand Down

0 comments on commit b1eece7

Please sign in to comment.