Skip to content

Commit

Permalink
fix: pin lxml to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 committed Apr 3, 2024
1 parent 43cb58f commit 4de5a6d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
7 changes: 4 additions & 3 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.75
boto3==1.34.76
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.75
botocore==1.34.76
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -401,8 +401,9 @@ jsonschema==3.2.0
# via
# -r requirements/dev.txt
# docker-compose
lxml==5.2.0
lxml==5.1.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-i18n-tools
Expand Down
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,10 @@ jinja2==3.1.3
# via
# code-annotations
# coreschema
lxml==5.2.0
# via edx-i18n-tools
lxml==5.1.1
# via
# -c requirements/constraints.txt
# edx-i18n-tools
markdown==3.6
# via -r requirements/base.in
markupsafe==2.1.5
Expand Down
5 changes: 5 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ pyyaml<6.0
# Pinning urllib3 to versions < 2.x as this conflicts with boto. This constraint will be re-evaluated as part of
# APER-2422
urllib3<2

# Pinning lxml to < 5.2 as edx-i18n-tools package needs to be updated.
# Release notes: https://pypi.org/project/lxml/5.2.0/
# Github issue: https://github.com/openedx/i18n-tools/issues/144
lxml<5.2
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,9 @@ jinja2==3.1.3
# coreschema
jsonschema==3.2.0
# via docker-compose
lxml==5.2.0
lxml==5.1.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# edx-i18n-tools
markdown==3.6
Expand Down
7 changes: 4 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.75
boto3==1.34.76
# via django-ses
botocore==1.34.75
botocore==1.34.76
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -227,8 +227,9 @@ jmespath==1.0.1
# via
# boto3
# botocore
lxml==5.2.0
lxml==5.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# edx-i18n-tools
markdown==3.6
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ jinja2==3.1.3
# -r requirements/base.txt
# code-annotations
# coreschema
lxml==5.2.0
lxml==5.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# edx-i18n-tools
markdown==3.6
Expand Down
6 changes: 4 additions & 2 deletions requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ django==4.2.11
# edx-i18n-tools
edx-i18n-tools==1.3.0
# via -r requirements/translations.in
lxml==5.2.0
# via edx-i18n-tools
lxml==5.1.1
# via
# -c requirements/constraints.txt
# edx-i18n-tools
path==16.10.0
# via edx-i18n-tools
polib==1.2.0
Expand Down

0 comments on commit 4de5a6d

Please sign in to comment.