Skip to content

Commit deef875

Browse files
Merge pull request #1207 from samuelveigarangel/fix/remove-dependency-duplicate-lxml
Fix: Remove dependency duplicate lxml
2 parents 2c49c96 + bf4240b commit deef875

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pillow==11.3.0 # https://github.com/python-pillow/Pillow
88
argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi
99
whitenoise==6.11.0 # https://github.com/evansd/whitenoise
1010
xmltodict==1.0.2 # https://github.com/martinblech/xmltodict.git
11-
lxml==6.0.2 # https://github.com/lxml/lxml
1211
freezegun==1.5.5 # https://pypi.org/project/freezegun/
1312

1413

@@ -86,8 +85,8 @@ pysolr==3.9.0 # https://pypi.org/project/pysolr/
8685

8786
# packtools
8887
# ------------------------------------------------------------------------------
89-
tornado>=6.5.2 # not directly required, pinned by Snyk to avoid a vulnerability
90-
lxml==4.9.4 # https://github.com/lxml/lxml
88+
tornado>=6.5.2 # not directly required, pinned by Snyk to avoid a vulnerability
89+
lxml==6.0.2 # https://github.com/lxml/lxml
9190
git+https://git@github.com/scieloorg/packtools@4.12.10#egg=packtools
9291

9392
# pymongo

0 commit comments

Comments
 (0)