Skip to content

Commit

Permalink
Security vuln in lxml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Apr 1, 2021
1 parent 0bb1f10 commit 65dac06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ backports.tempfile; python_version < '3.4'
backports.shutil_which; python_version < '3.6'

# Use old version of 'lxml' to keep 3.4 support for a bit longer (not strictly required)
lxml; python_version !='3.4'
lxml>=4.6.3; python_version !='3.4'
lxml>=4.3,<4.4; python_version=='3.4.*'

0 comments on commit 65dac06

Please sign in to comment.