Skip to content

Commit

Permalink
Merge pull request #224 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 623543e + 91b5104 commit aa71cd6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 16 deletions.
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ django==4.2.11
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==4.9.4
# via
# -c requirements/constraints.txt
# xblock
lxml==5.2.1
# via xblock
mako==1.3.3
# via xblock
markupsafe==2.1.5
Expand Down
5 changes: 2 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,8 @@ keyring==25.1.0
# via
# -r requirements/test.txt
# twine
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# xblock
# xblock-sdk
Expand Down Expand Up @@ -427,7 +426,7 @@ xblock==4.0.0
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.7.0
# via -r requirements/test.txt
zipp==3.18.1
# via
Expand Down
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@

# Common constraints for edx repos
-c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
lxml<5.0.0 # https://github.com/openedx/xblock-sdk/issues/347
backports.zoneinfo;python_version<"3.9"
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
lxml==4.9.4
lxml==5.2.1
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.3
# via sphinx
lxml==4.9.4
lxml==5.2.1
# via
# -r requirements/base.txt
# xblock
Expand Down
5 changes: 2 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ jmespath==1.0.1
# via
# boto3
# botocore
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# xblock
# xblock-sdk
Expand Down Expand Up @@ -205,7 +204,7 @@ xblock==4.0.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.7.0
# via -r requirements/quality.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
5 changes: 2 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ jmespath==1.0.1
# botocore
keyring==25.1.0
# via twine
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# xblock
# xblock-sdk
Expand Down Expand Up @@ -274,7 +273,7 @@ xblock==4.0.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.7.0
# via -r requirements/test.in
zipp==3.18.1
# via
Expand Down

0 comments on commit aa71cd6

Please sign in to comment.