Skip to content

Commit

Permalink
📌(backend) pin lxml dependency to 5.2.1
Browse files Browse the repository at this point in the history
With the constraint on lxml<5, an error on the collectstatic occured about lxml
and xmlsec libxml2 versions mismatch. Pin lxml to the latest release fix this
error.
  • Loading branch information
quitterie-lcs committed Apr 26, 2024
1 parent 6fffd62 commit 26ce607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@
],
"allowedVersions": "<5"
},
{
"groupName": "allowed lxml versions",
"matchManagers": [
"setup-cfg"
],
"matchPackageNames": [
"lxml"
],
"allowedVersions": "<5"
},
{
"groupName": "allowed pytest versions",
"matchManagers": [
Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_requires =
drf-spectacular==0.27.1
gunicorn==21.2.0
logging-ldp==0.0.7
lxml<5
lxml==5.2.1
oauthlib==3.2.2
Pillow==10.2.0
psycopg[binary]==3.1.18
Expand Down

0 comments on commit 26ce607

Please sign in to comment.