Skip to content

Commit

Permalink
lxml 5.2.1 fixes ABI compatibility (#12129)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Apr 3, 2024
1 parent cc47a87 commit 310d9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# native dependencies
Pillow==10.2.0
lxml==5.2.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.9

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setup_requires =
install_requires =
# native dependencies
Pillow==10.2.0
lxml==5.2.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.9

Expand Down

0 comments on commit 310d9ef

Please sign in to comment.