Skip to content

Commit

Permalink
chore: unpin lxml constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram authored and Agrendalath committed Apr 24, 2024
1 parent 9d98675 commit b235602
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 47 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Drag and Drop XBlock changelog
Unreleased
---------------------------

Version 4.0.2 (2024-04-24)
--------------------------

* Unpin lxml constraint.


Version 4.0.1 (2024-04-17)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion drag_and_drop_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Drag and Drop v2 XBlock """
from .drag_and_drop_v2 import DragAndDropBlock

__version__ = "4.0.1"
__version__ = "4.0.2"
14 changes: 6 additions & 8 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.85
boto3==1.34.90
# via fs-s3fs
botocore==1.34.85
botocore==1.34.90
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ django==4.2.11
# openedx-django-pyfs
django-appconf==1.0.6
# via django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/base.in
fs==2.4.16
# via
Expand All @@ -43,10 +43,8 @@ jmespath==1.0.1
# botocore
lazy==1.6
# 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 Expand Up @@ -89,7 +87,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via 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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# 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.2
virtualenv==20.26.0
# via tox
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ pylint==2.4.2

# For python greater than or equal to 3.9 backports.zoneinfo causing failures
backports.zoneinfo; python_version<"3.9"

# https://github.com/openedx/xblock-sdk/issues/347
lxml<5.0.0
23 changes: 11 additions & 12 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.85
boto3==1.34.90
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.85
botocore==1.34.90
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ cookiecutter==2.6.0
# via
# -r requirements/quality.txt
# xblock-sdk
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -111,13 +111,13 @@ django-appconf==1.0.6
# via
# -r requirements/quality.txt
# django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/quality.txt
edx-i18n-tools==1.5.0
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -172,9 +172,8 @@ lazy-object-proxy==1.4.3
# via
# -r requirements/quality.txt
# astroid
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
# xblock
Expand Down Expand Up @@ -226,12 +225,12 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -383,7 +382,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.25.2
virtualenv==20.26.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -410,11 +409,11 @@ wrapt==1.11.2
# via
# -r requirements/quality.txt
# astroid
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/quality.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.11.0
# via -r requirements/quality.txt
zipp==3.18.1
# via
Expand Down
19 changes: 9 additions & 10 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.85
boto3==1.34.90
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.85
botocore==1.34.90
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -67,7 +67,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -86,13 +86,13 @@ django-appconf==1.0.6
# via
# -r requirements/test.txt
# django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/test.txt
edx-i18n-tools==1.5.0
# via -r requirements/test.txt
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 @@ -133,9 +133,8 @@ lazy==1.6
# xblock
lazy-object-proxy==1.4.3
# via astroid
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# edx-i18n-tools
# xblock
Expand Down Expand Up @@ -176,7 +175,7 @@ path==16.14.0
# edx-i18n-tools
pbr==6.0.0
# via stevedore
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -317,11 +316,11 @@ webob==1.8.7
# xblock-sdk
wrapt==1.11.2
# via astroid
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.11.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 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.85
boto3==1.34.90
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.85
botocore==1.34.90
# via
# -r requirements/base.txt
# boto3
Expand All @@ -42,10 +42,11 @@ click==8.1.7
# via cookiecutter
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.4.4
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 @@ -58,11 +59,11 @@ django-appconf==1.0.6
# via
# -r requirements/base.txt
# django-statici18n
django-statici18n==2.4.0
django-statici18n==2.5.0
# via -r requirements/base.txt
edx-i18n-tools==1.5.0
# via -r requirements/test.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
fs==2.4.16
# via
Expand Down Expand Up @@ -90,9 +91,8 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==4.9.4
lxml==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# edx-i18n-tools
# xblock
Expand Down Expand Up @@ -122,7 +122,7 @@ packaging==24.0
# via pytest
path==16.14.0
# via edx-i18n-tools
pluggy==1.4.0
pluggy==1.5.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
Expand Down Expand Up @@ -219,11 +219,11 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==3.1.0
xblock[django]==4.0.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.11.0
# via -r requirements/test.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit b235602

Please sign in to comment.